Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17929
Change subject: IMPALA-10957: test_iceberg_query is flaky ...................................................................... IMPALA-10957: test_iceberg_query is flaky In iceberg-query.test we create an external Iceberg table and set the table property 'iceberg.file_format' to check backward-compatibility with earlier versions. At the end we delete the table. The table deletion makes the test fail sporadically during GVO (I couldn't reproduce the issue locally). The bug is probably caused by an undetected self-event. Until further investigation, to unblock GVO, this patch gets rid of the DROP TABLE statement which wasn't important for the test anyway. Change-Id: I16e558ae5add48d8a39bd89277a0256f534ba65f --- M testdata/workloads/functional-query/queries/QueryTest/iceberg-query.test 1 file changed, 26 insertions(+), 29 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/29/17929/1 -- To view, visit http://gerrit.cloudera.org:8080/17929 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I16e558ae5add48d8a39bd89277a0256f534ba65f Gerrit-Change-Number: 17929 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
