This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 10b130fac IMPALA-12123 (part 2): Fix offsets for HDFS caching with
subranges
new 650758ffd IMPALA-12130: Table creation time is not set properly in
lineage log for Kudu and Iceberg tables
new 3dfebca9b IMPALA-12138: Optimize HS2 result vector allocations
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/service/hs2-util.cc | 42 +++++++++----------
be/src/service/hs2-util.h | 4 +-
be/src/service/impala-hs2-server.cc | 11 ++++-
be/src/service/query-result-set.cc | 21 +++++++---
be/src/service/query-result-set.h | 3 +-
.../apache/impala/analysis/ColumnLineageGraph.java | 2 +-
.../apache/impala/service/CatalogOpExecutor.java | 30 ++++++++++++--
tests/custom_cluster/test_lineage.py | 47 ++++++++++++++++------
8 files changed, 112 insertions(+), 48 deletions(-)