-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: fix show default num and sequence #16450
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #16450 +/- ##
===========================================
Coverage 80.4397% 80.4397%
===========================================
Files 506 506
Lines 136885 136885
===========================================
Hits 110110 110110
Misses 18190 18190
Partials 8585 8585 |
/run-unit-test |
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
/run-all-tests |
/run-all-tests |
@AilinKid merge failed. |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-check_dev_2 |
/run-cherry-picker |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-4.0 in PR #16526 |
What problem does this PR solve?
close bug competition issue #17
fix the show result of default num and sequence
What is changed and how it works?
remove the quote when then default value is numeric and sequence expr
Check List
Tests
Release note: executor: fix show default num and sequence