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 cb496104d IMPALA-14027: Implement HS2 NULL_TYPE using TStringValue
     new c0c6cc9df IMPALA-12201: Stabilize TestFetch
     new 3210ec58c IMPALA-14006: Bound max_instances in 
CreateInputCollocatedInstances
     new eb79fbea2 IMPALA-14033: Document the integration of Iceberg 
ScanMetrics in the query profile

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/scheduling/scheduler.cc                     |  17 ++-
 common/thrift/Query.thrift                         |   4 +
 docs/topics/impala_iceberg.xml                     |  30 +++++
 .../org/apache/impala/planner/PlanFragment.java    | 100 +++++++++++------
 .../java/org/apache/impala/planner/Planner.java    |   1 +
 .../org/apache/impala/planner/PlannerTest.java     |   2 +-
 .../queries/PlannerTest/tpcds-processing-cost.test | 125 +++++++++++++++++++++
 .../tpcds/queries/unpartitioned-probe.test         |  30 +++++
 tests/common/impala_connection.py                  |  21 +++-
 tests/query_test/test_fetch.py                     |  65 ++++++-----
 tests/query_test/test_tpcds_queries.py             |   6 +
 11 files changed, 335 insertions(+), 66 deletions(-)
 create mode 100644 testdata/workloads/tpcds/queries/unpartitioned-probe.test

Reply via email to