-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
executor: modify the default value of actRows to be 0 instead of empty (#18800) #18806
executor: modify the default value of actRows to be 0 instead of empty (#18800) #18806
Conversation
Signed-off-by: ti-srebot <[email protected]>
/run-all-tests |
@rebelice please accept the invitation then you can push to the cherry-pick pull requests. |
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.
LGTM
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.
lgtm
/merge |
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
cherry-pick #18800 to release-4.0
What problem does this PR solve?
Issue Number: #18528
Problem Summary: I modified the default value of actRows to be 0 instead of empty.
What is changed and how it works?
What's Changed: Add one line in /planner/core/common_plans.go/getRuntimeInfo()
How it Works:
Related changes
Check List
Tests
Side effects
Release note