Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22072 )
Change subject: IMPALA-13383: Fix TestIcebergTable.test_create_table_like_table exhaustive test failure ...................................................................... IMPALA-13383: Fix TestIcebergTable.test_create_table_like_table exhaustive test failure TestIcebergTable.test_create_table_like_table contained 2 tables that were created in the default Hadoop Catalog location: 'iceberg.catalog_location' = 'ice_hadoop_cat'. As a result of this, the tables were created under the path defined in hive-site.xml.py and not in the unique database directory. They both had a constant string as the table identifier that was concatenated to the catalog location to form the table's path. When the test was run in parallel, it failed with AlreadyExistsException because all tests created the table with the same name in the same directory. Fix: Added unique database to the table identifier so that it became unique and the tables are stored in separate directories. Testing: - Ran TestIcebergTable.test_create_table_like_table locally in exhaustive mode multiple times before and after the fix. Command: 'tests/run-tests.py --workload_exploration_strategy=functional-query:exhaustive query_test/test_iceberg.py::TestIcebergTable::test_create_table_like_table' Change-Id: I1d70855f37aae06cc2b8e59fb773013e2b3918a8 Reviewed-on: http://gerrit.cloudera.org:8080/22072 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/workloads/functional-query/queries/QueryTest/iceberg-create-table-like-table.test 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22072 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1d70855f37aae06cc2b8e59fb773013e2b3918a8 Gerrit-Change-Number: 22072 Gerrit-PatchSet: 7 Gerrit-Owner: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
