This is an automated email from the ASF dual-hosted git repository.
boroknagyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from f222574f0 IMPALA-13660: Support caching broadcast hash joins
new 6e4613442 IMPALA-13933: run-iceberg-rest-server.sh should use
IMPALA_MAVEN_OPTIONS
new 2849708b8 IMPALA-13932: (addendum) Adds e2e test for IMPALA-13932
new 37d4a4eb5 IMPALA-13389: Refactor webUI scripts to use ES6 syntax
new 0ed4e869d IMPALA-13930: ImpylaHS2Connection should only open cursor as
needed
The 4 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/service/impala-server.cc | 2 +-
testdata/bin/run-iceberg-rest-server.sh | 2 +-
.../QueryTest/iceberg-merge-duplicate-check.test | 20 +
.../QueryTest/local-timestamp-functions.test | 13 +-
.../queries/QueryTest/utc-timestamp-functions.test | 96 -----
tests/common/impala_connection.py | 112 +++---
tests/custom_cluster/test_local_tz_conversion.py | 17 +-
tests/custom_cluster/test_session_expiration.py | 8 +-
tests/query_test/test_exprs.py | 34 +-
tests/query_test/test_iceberg.py | 6 +
tests/query_test/test_observability.py | 2 +-
www/admission_controller.tmpl | 78 ++--
www/backends.tmpl | 6 +-
www/catalog.tmpl | 10 +-
www/catalog_ha_info.tmpl | 2 +-
www/catalog_operations.tmpl | 2 +-
www/common-header.tmpl | 4 +-
www/flags.tmpl | 2 +-
www/hadoop-varz.tmpl | 2 +-
www/jvm-threadz.tmpl | 2 +-
www/log_level.tmpl | 4 +-
www/metric_group.tmpl | 2 +-
www/profile_docs.tmpl | 2 +-
www/queries.tmpl | 58 +--
www/query_backends.tmpl | 18 +-
www/query_detail_tabs.tmpl | 80 ++--
www/query_finstances.tmpl | 28 +-
www/query_plan.tmpl | 84 ++---
www/query_plan_text.tmpl | 22 +-
www/query_profile.tmpl | 24 +-
www/query_stmt.tmpl | 28 +-
www/query_summary.tmpl | 17 +-
www/query_timeline.tmpl | 85 +++--
www/rpcz.tmpl | 98 ++---
www/scripts/common_util.js | 14 +-
www/scripts/queries/profileParseWorker.js | 6 +-
www/scripts/query_timeline/chart_commons.js | 43 ++-
www/scripts/query_timeline/fragment_diagram.js | 420 +++++++++++----------
.../query_timeline/fragment_metrics_diagram.js | 126 ++++---
www/scripts/query_timeline/global_members.js | 22 +-
.../query_timeline/host_utilization_diagram.js | 145 ++++---
.../tests/queries/profileParseWorker.test.js | 4 +-
.../tests/query_timeline/chart_commons.test.js | 102 ++---
.../tests/query_timeline/fragment_diagram.test.js | 4 +-
.../fragment_metrics_diagram.test.js | 16 +-
.../host_utilization_diagram.test.js | 18 +-
www/sessions.tmpl | 8 +-
www/thread-group.tmpl | 2 +-
48 files changed, 930 insertions(+), 970 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/iceberg-merge-duplicate-check.test