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 4c21084e2 IMPALA-13427: Make connect timeout of statestore HA RPC
tunable
new 1f1691917 IMPALA-12732: Docs for MERGE statement
new 458374e50 IMPALA-13432:
test_migrated_table_field_id_resolution_complex can fail with different Iceberg
version
new b6b953b48 IMPALA-13186: Tag query option scope for tuple cache
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/service/child-query.cc | 36 +-----
be/src/service/impala-server.cc | 2 +
be/src/service/query-options.cc | 130 +++++++++++++++------
be/src/service/query-options.h | 102 +++++++++-------
be/src/thirdparty/datasketches/MurmurHash3.h | 13 ++-
common/thrift/ImpalaService.thrift | 5 +-
common/thrift/Query.thrift | 9 ++
docs/impala.ditamap | 2 +-
docs/topics/impala_iceberg.xml | 30 ++++-
docs/topics/impala_merge.xml | 113 ++++++++++++++++++
.../java/org/apache/impala/planner/PlanNode.java | 12 +-
.../apache/impala/planner/TupleCachePlanner.java | 3 +-
...migrated-table-field-id-resolution-complex.test | 24 ++--
tests/custom_cluster/test_tuple_cache.py | 87 +++++++++++++-
14 files changed, 433 insertions(+), 135 deletions(-)
create mode 100644 docs/topics/impala_merge.xml