-
Notifications
You must be signed in to change notification settings - Fork 150
Update BytesProcessedExec snapshots #7637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
β Pull with Spice PassedPassing checks:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates snapshot tests to reflect a change in the physical query plan structure where BytesProcessedExec has been moved to wrap GlobalLimitExec instead of being wrapped by it. This represents a reordering of execution operators in the physical plan.
Key Changes
- Reordered execution operators in the physical plan:
BytesProcessedExecnow appears beforeGlobalLimitExecin the operator tree - Updated snapshot test expectations to match the new query plan structure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
* accept: limits push down lower after bytesprocessed allows passthrough * accept: limits push down lower after bytesprocessed allows passthrough
π Summary
See diff. Fixes #7632.