Hello Csaba Ringhofer, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21906
to look at the new patch set (#2).
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, 431 insertions(+), 325 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/21906/2
--
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: newpatchset
Gerrit-Change-Id: Iee8cdac9c631a17436250dc60528a8545e668e2d
Gerrit-Change-Number: 21906
Gerrit-PatchSet: 2
Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>