[SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test)#1669
[SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test)#1669yhuai wants to merge 1 commit into
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.