-
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
table/tables: fix an error message when table has no partition for value #14099
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14099 +/- ##
===========================================
Coverage ? 80.1587%
===========================================
Files ? 483
Lines ? 121489
Branches ? 0
===========================================
Hits ? 97384
Misses ? 16345
Partials ? 7760 |
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 |
cherry pick to release-3.0 in PR #14107 |
What problem does this PR solve?
The error should be
What is changed and how it works?
We evaluate the argument value for
table has no partition for value %s
, and that step failed with en error. That error is returned mistakenly as the final error message:Extract value from
pi.Expr
as possible as we can, but don't use it when an error happens.Check List
Tests