Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21906
Change subject: IMPALA-13346, IMPALA-13420: Deflake test_read_position_deletes[_orc] ...................................................................... IMPALA-13346, IMPALA-13420: Deflake test_read_position_deletes[_orc] test_read_position_deletes modifies a table (COMPUTE STATS / DROP STATS) during its execution. So when the test executes in parallel we can see inconsistent results. This change moves the COMPUTE/DROP STATS operations to a separate test that is executed serially. Also adds SHOW COLUMN STATS which was not tested before. Change-Id: Iee8cdac9c631a17436250dc60528a8545e668e2d --- A testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-read-position-deletes-orc-stats.test M testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-read-position-deletes-orc.test A testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-read-position-deletes-stats.test M testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-read-position-deletes.test M tests/query_test/test_iceberg.py 5 files changed, 418 insertions(+), 325 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/21906/1 -- To view, visit http://gerrit.cloudera.org:8080/21906 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iee8cdac9c631a17436250dc60528a8545e668e2d Gerrit-Change-Number: 21906 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
