-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test) #1669
Conversation
Oh, clever. This isn't actually what I was suggesting but is a better solution :) I forgot that createQueryTest could handle multiple sql statements. |
test this please |
1 similar comment
test this please |
Thank you @yhuai, that seems cool. But can you also remove the old golden answer file? It should be unused now. |
Oh, sorry, I saw that, it renamed. |
Jenkins, test this please. |
QA tests have started for PR 1669. This patch merges cleanly. |
QA results for PR 1669: |
test this please |
QA tests have started for PR 1669. This patch merges cleanly. |
QA results for PR 1669: |
Thanks for fixing this. Merged into master! |
…maven test) This PR tries to resolve the broken Jenkins maven test issue introduced by apache#1439. Now, we create a single query test to run both the setup work and the test query. Author: Yin Huai <huai@cse.ohio-state.edu> Closes apache#1669 from yhuai/SPARK-2523-fixTest and squashes the following commits: 358af1a [Yin Huai] Make partition_based_table_scan_with_different_serde run atomically.
This PR tries to resolve the broken Jenkins maven test issue introduced by #1439. Now, we create a single query test to run both the setup work and the test query.