Riza Suminto has uploaded this change for review. (
http://gerrit.cloudera.org:8080/23114
Change subject: IMPALA-14195: Fix test_execute_remove_orphan_files failed at
Ozone
......................................................................
IMPALA-14195: Fix test_execute_remove_orphan_files failed at Ozone
test_execute_remove_orphan_files failed in Ozone build for not getting
the correct table path.
This patch fix the issue by defining
TABLE_PATH = '{0}/{1}.db/{2}'.format(
WAREHOUSE, unique_database, tbl_name)
Other path assertions are also modified to use os.path.join.
Testing:
Run and pass test_execute_remove_orphan_files at Ozone.
Change-Id: I2aba4f464ef472ab8f9d8ff7db7b5fb31a735478
---
M tests/query_test/test_iceberg.py
1 file changed, 14 insertions(+), 15 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/23114/1
--
To view, visit http://gerrit.cloudera.org:8080/23114
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2aba4f464ef472ab8f9d8ff7db7b5fb31a735478
Gerrit-Change-Number: 23114
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>