Wenzhe Zhou has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/17228 )
Change subject: IMPALA-10564 (part 2): Fixed test_ctas_exprs failure for S3 build ...................................................................... IMPALA-10564 (part 2): Fixed test_ctas_exprs failure for S3 build New test case TestDecimalOverflowExprs::test_ctas_exprs was added in the first patch for IMPALA-10564. But it failed in S3 build with Parquet format since the table was not successfully created when CTAS query failed. This patch fixed the test failure by skipping checking if NULL is inserted into table after CTAS failed for S3 build with Parquet. Testing: - Reproduced the test failure in local box with defaultFS as s3a. Verified the fixing was working with defaultFS as s3a. - Passed EE_TEST. Change-Id: Ia627ca70ed41764e86be348a0bc19e330b3334d2 --- M tests/query_test/test_decimal_queries.py 1 file changed, 15 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/28/17228/2 -- To view, visit http://gerrit.cloudera.org:8080/17228 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ia627ca70ed41764e86be348a0bc19e330b3334d2 Gerrit-Change-Number: 17228 Gerrit-PatchSet: 2 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
