Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15266 )
Change subject: IMPALA-9351: Change path in TestCreateTableLikeFileOrc ...................................................................... IMPALA-9351: Change path in TestCreateTableLikeFileOrc There are some builds where AnalyzeDDLTest.TestCreateTableLikeFileOrc failed due to non-existing path. The problem was with the complex table check: /test-warehouse/functional_orc_def.db/complextypes_fileformat/000000_0' As Joe suggested, this commit changes the path to another complex table, "complextypestbl", which is loaded by Impala and not written by Hive, so the location should always be the same. Tests: - Run the changed test. Change-Id: I94ac0f09a738e6c3edb068b036c1d50dc9861a7f Reviewed-on: http://gerrit.cloudera.org:8080/15266 Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Csaba Ringhofer: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/15266 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I94ac0f09a738e6c3edb068b036c1d50dc9861a7f Gerrit-Change-Number: 15266 Gerrit-PatchSet: 2 Gerrit-Owner: Norbert Luksa <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
