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 23c265d12 IMPALA-11626: Handle COMMIT_COMPACTION_EVENT from HMS
     new 939a6ae14 IMPALA-11477: Adding Codegen to sorted-run-merger
     new 5a433c109 IMPALA-11572: deflake test_mt_dop_skew_lpt part 3
     new 9b5155fd0 IMPALA-11795: Ignore high/low values stats for timestamp 
columns

The 3 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/codegen/gen_ir_descriptions.py              |   4 +-
 be/src/codegen/impala-ir.cc                        |   1 +
 be/src/exec/exchange-node.cc                       |  13 +-
 be/src/exec/exchange-node.h                        |   5 +-
 be/src/exec/sort-node.cc                           |   7 +-
 be/src/exec/sort-node.h                            |   5 +-
 be/src/runtime/CMakeLists.txt                      |   1 +
 be/src/runtime/data-stream-test.cc                 |   6 +-
 be/src/runtime/krpc-data-stream-recvr.cc           |   6 +-
 be/src/runtime/krpc-data-stream-recvr.h            |   4 +-
 be/src/runtime/sorted-run-merger-ir.cc             |  52 +++++++
 be/src/runtime/sorted-run-merger.cc                | 170 ++++++++++-----------
 be/src/runtime/sorted-run-merger.h                 |  64 +++++++-
 be/src/runtime/sorter.cc                           |   6 +-
 be/src/runtime/sorter.h                            |  14 +-
 .../org/apache/impala/catalog/ColumnStats.java     |  15 +-
 tests/query_test/test_scanners.py                  |   4 +-
 17 files changed, 269 insertions(+), 108 deletions(-)
 create mode 100644 be/src/runtime/sorted-run-merger-ir.cc

Reply via email to