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 191aec529 IMPALA-14185: Error unnesting nested array from Iceberg with 
DELETE files
     new 013bcc127 IMPALA-14163: (Addendum) Always reset max-query-mem-limit
     new 5d3de2fc6 IMPALA-14195: Fix test_execute_remove_orphan_files failed at 
Ozone
     new b201b8159 IMPALA-14196: Enable Hadoop for Trino in Impala minicluster 
environment
     new 08ae29f47 IMPALA-13985: Fix webUI JS tests naming scheme
     new 37edc15dd IMPALA-14197: Fix NestedLoopJoin to increment ProbeRows 
counter
     new 3089b9187 IMPALA-14187: (Addendum) Maintain consistent 
IMPALA_JAVA_TARGET
     new 8fa383d9e IMPALA-14166: Calcite Planner: Ensure 'unsupported' 
functions are handled correctly

The 7 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/nested-loop-join-node.cc               |  1 +
 be/src/scheduling/admission-controller.cc          | 31 +++++++++++-------
 bin/run-all-tests.sh                               |  7 ++++
 .../impala/calcite/functions/FunctionResolver.java |  6 ++++
 testdata/bin/minicluster_trino/hive.properties     |  1 +
 testdata/bin/minicluster_trino/iceberg.properties  |  1 +
 .../bin/minicluster_trino/iceberg_rest.properties  |  1 +
 .../queries/QueryTest/calcite.test                 |  7 ++++
 .../functional-query/queries/QueryTest/joins.test  | 19 +++++++++++
 tests/common/resource_pool_config.py               | 10 ++++--
 tests/custom_cluster/test_admission_controller.py  | 26 +++++++++++----
 tests/query_test/test_iceberg.py                   | 29 ++++++++---------
 tests/webui/js_tests/package.json                  |  5 ++-
 .../js_tests/queries/profileParseWorker.test.js    |  4 +--
 .../js_tests/query_timeline/chart_commons.test.js  | 37 +++++++++++-----------
 .../query_timeline/fragment_diagram.test.js        | 12 +++----
 .../fragment_metrics_diagram.test.js               |  4 +--
 .../host_utilization_diagram.test.js               |  4 +--
 18 files changed, 136 insertions(+), 69 deletions(-)

Reply via email to