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 3be9b8220 IMPALA-12555: Point Maven cache downloader to current 
location
     new 18c31fd38 IMPALA-12308: DIRECTED distribution mode for V2 Iceberg 
tables
     new 43051237d IMPALA-11967: [DOCS] Update Compute Incremental Stats syntax

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/data-sink.h                            |   5 +
 be/src/runtime/coordinator-backend-state.cc        |  21 +++
 be/src/runtime/coordinator-backend-state.h         |   3 +
 be/src/runtime/fragment-state.cc                   |  52 +++++++-
 be/src/runtime/fragment-state.h                    |   6 +-
 be/src/runtime/krpc-data-stream-sender.cc          |  89 ++++++++++++-
 be/src/runtime/krpc-data-stream-sender.h           |  23 +++-
 be/src/runtime/query-state.cc                      |  11 ++
 be/src/runtime/query-state.h                       |  21 +++
 be/src/scheduling/scheduler.cc                     |  43 ++++++-
 be/src/scheduling/scheduler.h                      |  13 ++
 be/src/service/query-options.cc                    |   5 +-
 common/protobuf/admission_control_service.proto    |   3 +
 common/protobuf/control_service.proto              |  17 +++
 common/thrift/Partitions.thrift                    |   5 +
 common/thrift/PlanNodes.thrift                     |   4 +
 common/thrift/Query.thrift                         |   1 +
 docs/topics/impala_compute_stats.xml               |   2 +-
 .../org/apache/impala/planner/DataPartition.java   |   5 +-
 .../apache/impala/planner/DistributedPlanner.java  | 136 +++-----------------
 .../org/apache/impala/planner/ExchangeNode.java    |  29 ++++-
 .../apache/impala/planner/IcebergDeleteNode.java   |  13 +-
 .../org/apache/impala/planner/IcebergScanNode.java |  25 ++++
 .../apache/impala/planner/IcebergScanPlanner.java  |   2 +-
 .../java/org/apache/impala/planner/JoinNode.java   |  26 ++--
 .../queries/PlannerTest/iceberg-v2-delete.test     |  70 +++++-----
 .../queries/PlannerTest/iceberg-v2-tables.test     | 142 +++++++++------------
 .../QueryTest/iceberg-v2-directed-mode.test        |  28 ++++
 .../iceberg-v2-read-position-deletes.test          |   4 +
 .../functional-query/queries/QueryTest/set.test    |   5 +
 tests/query_test/test_iceberg.py                   |  22 ++++
 31 files changed, 555 insertions(+), 276 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-directed-mode.test

Reply via email to