-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-22893][SQL] Unified the data type mismatch message #20064
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
|
Test build #85339 has finished for PR 20064 at commit
|
|
Test build #85341 has finished for PR 20064 at commit
|
|
retest this please |
|
Test build #85343 has finished for PR 20064 at commit
|
|
Test build #85345 has finished for PR 20064 at commit
|
gatorsmile
left a comment
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
|
Thanks! Merged to master. |
|
Hi, @gatorsmile and @wangyum . |
## What changes were proposed in this pull request? apache#20064 breaks Jenkins tests because it missed to update one error message for Hive 0.12 and Hive 0.13. This PR fixes that. - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/3924/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/3977/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7/4226/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.6/4260/ ## How was this patch tested? Pass the Jenkins without failure. Author: Dongjoon Hyun <[email protected]> Closes apache#20079 from dongjoon-hyun/SPARK-22893.
What changes were proposed in this pull request?
We should use
dataType.simpleStringto unified the data type mismatch message:Before:
After:
How was this patch tested?
Exist test.