This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 5c4e77124 IMPALA-13161: Fix column index overflow in
DelimitedTextParser
new daa4d6e91 IMPALA-13194: Fast-serialize position delete records
new 8d16858f2 IMPALA-13231: Gitignore auto-generated files for ranger
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/exec/iceberg-delete-builder.h | 9 +-
be/src/runtime/CMakeLists.txt | 1 +
be/src/runtime/iceberg-position-delete-collector.h | 162 +++++++++++++++++++++
be/src/runtime/krpc-data-stream-sender.cc | 125 ++++++++++++++--
be/src/runtime/krpc-data-stream-sender.h | 6 +
be/src/runtime/outbound-row-batch.cc | 85 +++++++++++
be/src/runtime/outbound-row-batch.h | 15 ++
be/src/runtime/row-batch.cc | 49 +------
be/src/runtime/string-value.h | 11 ++
testdata/cluster/.gitignore | 2 +
10 files changed, 397 insertions(+), 68 deletions(-)
create mode 100644 be/src/runtime/iceberg-position-delete-collector.h
create mode 100644 be/src/runtime/outbound-row-batch.cc