Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22616
Change subject: IMPALA-13854: IcebergPositionDeleteChannel uses incorrect capacity ...................................................................... IMPALA-13854: IcebergPositionDeleteChannel uses incorrect capacity IcebergPositionDeleteChannel uses incorrect capacity since IMPALA-13509. It is set to -1 which means it collects delete records as long as it runs out of memory. This patch moves the Channel's capacity calculation from the Init() function to the constructor. Testing * e2e test added Change-Id: I207869c97a699d2706227285595ec7d7dbe1e249 --- M be/src/runtime/krpc-data-stream-sender.cc A testdata/workloads/functional-query/queries/QueryTest/iceberg-large-scale-deletes.test M tests/query_test/test_iceberg.py 3 files changed, 32 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/16/22616/1 -- To view, visit http://gerrit.cloudera.org:8080/22616 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I207869c97a699d2706227285595ec7d7dbe1e249 Gerrit-Change-Number: 22616 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
