[ 
https://issues.apache.org/jira/browse/IMPALA-12520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18013454#comment-18013454
 ] 

ASF subversion and git services commented on IMPALA-12520:
----------------------------------------------------------

Commit 6a971095517806ee0cd2f0b9f4c5ec390038ff41 in impala's branch 
refs/heads/master from Daniel Vanko
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=6a9710955 ]

IMPALA-12520: Create all Iceberg test tables under /test-warehouse

This patch modifies the creation of Iceberg tables in 5 testfiles.
Previously these tables were created outside of /test-warehouse which
could lead to issues, because we only clear the /test-warehouse
directory in bin/jenkins/release_cloud_resources.sh. This means tables
subsequent executions might see data from earlier runs.

Change-Id: I97ce512db052b6e7499187079a184c1525692592
Reviewed-on: http://gerrit.cloudera.org:8080/23188
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Zoltan Borok-Nagy <[email protected]>


> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to