-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-19809][SQL][TEST][FOLLOWUP] Move the test case to HiveOrcQuerySuite #19960
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("SPARK-19809 NullPointerException on zero-size ORC file") { |
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.
Should we move the test above SPARK-22267 Spark SQL incorrectly reads ORC files when column order is different too? I think basically that's also the same instance.
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.
Yep. I'll piggy back here, too.
HyukjinKwon
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.
cc @gatorsmile
|
Thank you always for review and approval, @HyukjinKwon ! |
|
Test build #84821 has finished for PR 19960 at commit
|
|
Test build #84823 has finished for PR 19960 at commit
|
|
LGTM |
|
Thanks! Merged to master. |
|
Thank you, @HyukjinKwon and @gatorsmile . |
What changes were proposed in this pull request?
As a follow-up of #19948 , this PR moves the test case and adds comments.
How was this patch tested?
Pass the Jenkins.