[ https://issues.apache.org/jira/browse/IMPALA-12520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014923#comment-18014923 ]
ASF subversion and git services commented on IMPALA-12520: ---------------------------------------------------------- Commit 80f5e3bfa398490224fbd06a170b268fe1717a51 in impala's branch refs/heads/master from Daniel Vanko [ https://gitbox.apache.org/repos/asf?p=impala.git;h=80f5e3bfa ] IMPALA-14322: Fix typo in IMPALA-12520 In IMPALA-12520 affected paths were modified to test_warehouse (separated with underscore) instead of test-warehouse (with hyphen). This commit replaces the underscore to hyphen. Change-Id: I3a9737af3e6169cc0cd144df53fd35e9e2b20468 Reviewed-on: http://gerrit.cloudera.org:8080/23304 Reviewed-by: Daniel Becker <daniel.bec...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> > 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 > Assignee: Dániel Gábor Vankó > Priority: Major > Labels: impala-iceberg, ramp-up > Fix For: Impala 5.0.0 > > > 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) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org