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

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


    from fd64c54f7 IMPALA-14059: deflake test_hms_event_sync_timeout
     new 07a571677 IMPALA-13892: Add support for printing STRUCTs
     new 535b72e67 IMPALA-13945: Change hash trace to show each node's 
individual contribution

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/tuple-cache-node.cc                    |  10 +-
 be/src/exec/tuple-cache-node.h                     |   2 +
 be/src/runtime/descriptors.cc                      |   3 +
 be/src/runtime/descriptors.h                       |   9 ++
 be/src/runtime/raw-value.cc                        |  12 +-
 be/src/runtime/row-batch.h                         |   9 +-
 be/src/util/debug-util.cc                          | 165 +++++++++++++++------
 be/src/util/debug-util.h                           |  13 +-
 common/thrift/Descriptors.thrift                   |   5 +
 .../org/apache/impala/analysis/SlotDescriptor.java |   9 ++
 .../org/apache/impala/planner/HdfsScanNode.java    |  16 +-
 .../java/org/apache/impala/planner/PlanNode.java   |  48 +++++-
 .../org/apache/impala/planner/TupleCacheInfo.java  |  95 ++++++++----
 .../org/apache/impala/planner/TupleCacheNode.java  |  12 --
 .../apache/impala/planner/TupleCacheInfoTest.java  |  83 +++++++----
 .../org/apache/impala/planner/TupleCacheTest.java  |  27 +++-
 .../queries/QueryTest/explain-level1.test          |   1 -
 tests/custom_cluster/test_tuple_cache.py           |  31 +++-
 18 files changed, 407 insertions(+), 143 deletions(-)

Reply via email to