-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-35059][SQL] Group exception messages in hive/execution #32694
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
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #139057 has finished for PR 32694 at commit
|
|
ping @allisonwang-db |
| new UnsupportedOperationException("inferSchema is not supported for hive data source.") | ||
| } | ||
|
|
||
| def requestedPartitionsMisMatchTableError( |
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.
requestedPartitionsMismatchTablePartitionsError
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #139202 has finished for PR 32694 at commit
|
|
ping @cloud-fan |
|
thanks, merging to master! |
|
@allisonwang-db Thank you for review. @cloud-fan Thanks too. |
What changes were proposed in this pull request?
This PR group exception messages in
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution.Why are the changes needed?
It will largely help with standardization of error messages and its maintenance.
Does this PR introduce any user-facing change?
No. Error messages remain unchanged.
How was this patch tested?
No new tests - pass all original tests to make sure it doesn't break any existing behavior.