This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 48ee4276b IMPALA-12363: Upgrade RE2 to 2023-03-01
     new 831585c2f IMPALA-12906: Incorporate scan range information into the 
tuple cache key
     new 89698426f IMPALA-12165: Add option for split debug information 
(-gsplit-dwarf)

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/CMakeLists.txt                                  |   9 +
 be/src/exec/hdfs-scan-node-base.cc                 |  47 ++--
 be/src/exec/hdfs-scan-node-base.h                  |  10 +
 be/src/exec/hdfs-scan-node-mt.cc                   |  14 +-
 be/src/exec/tuple-cache-node.cc                    |  56 ++++-
 be/src/exec/tuple-cache-node.h                     |  15 +-
 be/src/scheduling/scheduler-test.cc                | 201 ++++++++++++++-
 be/src/scheduling/scheduler.cc                     | 157 +++++++++++-
 be/src/scheduling/scheduler.h                      |  14 +-
 bin/impala-config.sh                               |  10 +-
 common/thrift/PlanNodes.thrift                     |  15 +-
 .../impala/common/ThriftSerializationCtx.java      |  13 +-
 .../org/apache/impala/planner/HdfsScanNode.java    |  44 +++-
 .../org/apache/impala/planner/TupleCacheInfo.java  |  46 +++-
 .../org/apache/impala/planner/TupleCacheNode.java  |  27 ++-
 .../org/apache/impala/planner/TupleCacheTest.java  |  19 ++
 tests/custom_cluster/test_tuple_cache.py           | 270 ++++++++++++++++++++-
 17 files changed, 897 insertions(+), 70 deletions(-)

Reply via email to