Zoltán Borók-Nagy created IMPALA-12520:
------------------------------------------
Summary: Create Iceberg test tables under /test-warehouse
Key: IMPALA-12520
URL: https://issues.apache.org/jira/browse/IMPALA-12520
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
Some tests create Iceberg tables outside the /test-warehouse location:
[https://github.com/apache/impala/blob/dce68e6a3bc610e050f23eae62356ccb9cd712ec/testdata/workloads/functional-query/queries/QueryTest/iceberg-alter.test#L77]
This can cause issues for tests that use object store buckets, because we only
clear the /test-warehouse directory:
[https://github.com/apache/impala/blob/dce68e6a3bc610e050f23eae62356ccb9cd712ec/bin/jenkins/release_cloud_resources.sh#L46]
This means subsequent executions might see data from earlier runs.
We need to modify our tests to not create Iceberg tables outside of
/test-warehouse.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)