-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
[SQL] Improve error messages #4558
Conversation
Test build #27333 has started for PR 4558 at commit
|
Test build #27334 has started for PR 4558 at commit
|
Test build #27336 has started for PR 4558 at commit
|
This is going to be huge. You probably want a JIRA ticket for this. |
Test build #27338 has started for PR 4558 at commit
|
Test build #27333 has finished for PR 4558 at commit
|
Test FAILed. |
Test build #27334 has finished for PR 4558 at commit
|
Test FAILed. |
Test build #27336 has finished for PR 4558 at commit
|
Test FAILed. |
Test build #27338 has finished for PR 4558 at commit
|
Test FAILed. |
// of the result of cascading resolution failures. | ||
plan.foreachUp { | ||
case operator: LogicalPlan => | ||
operator transformAllExpressions { |
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.
we can use transformExpressionsUp here to cover the case of SELECT CAST(x AS STRING) FROM src
@marmbrus, i filed a Pr for your branch(marmbrus#15), hopefully it is useful |
fix for `Improve error messages`
Thanks for the PR! |
Test build #27364 has started for PR 4558 at commit
|
Test build #27364 has finished for PR 4558 at commit
|
Test PASSed. |
Author: Michael Armbrust <michael@databricks.com> Author: wangfei <wangfei1@huawei.com> Closes #4558 from marmbrus/errorMessages and squashes the following commits: 5e5ab50 [Michael Armbrust] Merge pull request #15 from scwf/errorMessages fa38881 [wangfei] fix for grouping__id f279a71 [wangfei] make right references for ScriptTransformation d29fbde [Michael Armbrust] extra case 1a797b4 [Michael Armbrust] comments d4e9015 [Michael Armbrust] add comment af9e668 [Michael Armbrust] no braces 34eb3a4 [Michael Armbrust] more work 6197cd5 [Michael Armbrust] [SQL] Better error messages for analysis failures (cherry picked from commit aa4ca8b) Signed-off-by: Michael Armbrust <michael@databricks.com>
No description provided.