This is an automated email from the ASF dual-hosted git repository.
asherman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 3b3acd5c0 IMPALA-11908: Parser change for Iceberg metadata querying
new 4e1751534 IMPALA-12032: Fix min parallelism bug in PlanFragment
new 0206d2ada IMPALA-12033: Impalad crashes when --dump_exec_request_path
is used
new c353d69cb IMPALA-11985: [DOCS] Support for Kudu's multi-rows
transaction
new 59667b751 IMPALA-12031: Add security-related HTTP headers
new c098fdc69 IMPALA-12034: Use more portable filesystem_client instead of
hdfs_client.
The 5 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/descriptors.cc | 19 +
be/src/runtime/descriptors.h | 10 +-
be/src/service/impala-server.cc | 7 +-
be/src/service/query-options-test.cc | 1 +
be/src/util/webserver-test.cc | 25 +
be/src/util/webserver.cc | 7 +
common/thrift/Descriptors.thrift | 2 +-
docs/topics/impala_kudu.xml | 133 ++--
.../org/apache/impala/planner/CostingSegment.java | 19 +-
.../org/apache/impala/planner/PlanFragment.java | 46 +-
.../org/apache/impala/planner/PlannerTest.java | 1 +
.../queries/PlannerTest/tpcds-processing-cost.test | 814 ++++++++++-----------
tests/query_test/test_iceberg.py | 2 +-
13 files changed, 603 insertions(+), 483 deletions(-)