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 04608452d IMPALA-13226: Rename TupleCacheInfo.finalize() to 
finalizeHash()
     new 05585c19b IMPALA-12857: Add flag to enable merge-on-read even if 
tables are configured with copy-on-write
     new 22b59d27d IMPALA-13243: Update Dropwizard Metrics to 4.2.x

The 2 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/common/global-flags.cc                      |  5 ++
 be/src/util/backend-gflag-util.cc                  |  3 +
 bin/impala-config.sh                               |  1 +
 common/thrift/BackendGflags.thrift                 |  2 +
 fe/pom.xml                                         |  1 -
 .../apache/impala/analysis/IcebergDeleteImpl.java  | 12 ++--
 .../apache/impala/analysis/IcebergModifyImpl.java  | 17 +++++
 .../apache/impala/analysis/IcebergUpdateImpl.java  | 11 ++--
 .../org/apache/impala/service/BackendConfig.java   |  4 ++
 java/pom.xml                                       | 19 ++++++
 .../queries/QueryTest/iceberg-negative.test        |  4 +-
 .../test_iceberg_always_allow_merge_on_read.py     | 73 ++++++++++++++++++++++
 12 files changed, 135 insertions(+), 17 deletions(-)
 create mode 100644 
tests/custom_cluster/test_iceberg_always_allow_merge_on_read.py

Reply via email to