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 f2cb2c9ce IMPALA-11964: Make sure Impala returns error for Iceberg 
tables with equality deletes
     new 5c1693d03 IMPALA-12005: Describe executor group set selection in query 
profile
     new f2b01c1dd IMPALA-12017: Skip memory and cpu limit check if 
REQUEST_POOL is set
     new 1cfd41e8b IMPALA-11886: Data cache should support asynchronous writes

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/runtime/io/data-cache-test.cc               | 166 ++++-
 be/src/runtime/io/data-cache-trace.cc              |   3 +-
 be/src/runtime/io/data-cache.cc                    | 168 ++++-
 be/src/runtime/io/data-cache.h                     |  39 +-
 be/src/runtime/io/disk-io-mgr.cc                   |   9 +-
 be/src/service/client-request-state.cc             |  12 +-
 be/src/service/client-request-state.h              |   2 +-
 be/src/service/impala-server.cc                    |   2 +-
 be/src/util/impalad-metrics.cc                     |  22 +
 be/src/util/impalad-metrics.h                      |  18 +
 be/src/util/runtime-profile.cc                     |  48 +-
 be/src/util/runtime-profile.h                      |  21 +-
 bin/run-all-tests.sh                               |   6 +
 bin/start-impala-cluster.py                        |   8 +
 common/thrift/Frontend.thrift                      |   3 +
 common/thrift/metrics.json                         |  40 +
 .../org/apache/impala/planner/PlanFragment.java    |  28 +-
 .../java/org/apache/impala/planner/Planner.java    |   9 -
 .../java/org/apache/impala/service/Frontend.java   | 122 ++-
 .../org/apache/impala/service/FrontendProfile.java |  64 +-
 .../queries/PlannerTest/tpcds-processing-cost.test | 814 ++++++++++-----------
 tests/custom_cluster/test_executor_groups.py       |  92 ++-
 22 files changed, 1160 insertions(+), 536 deletions(-)

Reply via email to