This is an automated email from the ASF dual-hosted git repository.

csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 7373ee27d IMPALA-13752: Remove option value quoting in 
__restore_query_options
     new 37e409059 IMPALA-13737: Directly load file metadata via 
IcebergFileMetadataLoader
     new c8c64fff3 IMPALA-13759: Fix Hive ACID INSERT OVERWRITE base detection
     new 9cb9bae84 IMPALA-13758: Use context manager in 
ImpalaTestSuite.change_database
     new 0f17ae8fc IMPALA-13771: Fix heap-use-after-free in Cluster Membership 
Manager

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/scheduling/cluster-membership-mgr.cc        |  5 +-
 .../org/apache/impala/analysis/OptimizeStmt.java   |  4 +-
 .../org/apache/impala/catalog/FeIcebergTable.java  | 17 ++--
 .../apache/impala/catalog/FileMetadataLoader.java  | 13 ++--
 .../java/org/apache/impala/catalog/HdfsTable.java  | 42 +++++-----
 .../impala/catalog/IcebergContentFileStore.java    | 68 ++++++----------
 .../impala/catalog/IcebergFileMetadataLoader.java  | 49 ++++++------
 .../org/apache/impala/catalog/IcebergTable.java    | 19 +++--
 .../impala/catalog/ParallelFileMetadataLoader.java | 21 +----
 .../apache/impala/planner/IcebergScanPlanner.java  |  7 +-
 .../java/org/apache/impala/util/AcidUtils.java     | 20 ++++-
 .../java/org/apache/impala/util/IcebergUtil.java   | 23 +++---
 .../impala/catalog/FileMetadataLoaderTest.java     | 55 +++++++------
 .../java/org/apache/impala/util/AcidUtilsTest.java | 18 +++++
 .../nested-types-subplan-single-node.test          |  3 -
 tests/common/impala_test_suite.py                  | 90 ++++++++++++++++------
 tests/common/test_vector.py                        |  1 +
 tests/conftest.py                                  |  3 -
 tests/custom_cluster/test_admission_controller.py  | 20 ++---
 .../test_blacklisted_dbs_and_tables.py             | 10 +--
 tests/custom_cluster/test_data_cache.py            | 43 ++++++-----
 tests/failure/test_failpoints.py                   | 15 ++--
 tests/query_test/test_acid.py                      | 25 ++++++
 tests/query_test/test_aggregation.py               | 14 ++--
 tests/query_test/test_cancellation.py              | 42 +++++-----
 tests/query_test/test_mem_usage_scaling.py         | 14 ++--
 tests/query_test/test_mt_dop.py                    | 13 ++--
 tests/query_test/test_nested_types.py              |  5 +-
 tests/query_test/test_runtime_filters.py           | 20 +++--
 tests/query_test/test_scanners.py                  | 29 +++----
 tests/query_test/test_tablesample.py               | 15 ++--
 tests/util/cancel_util.py                          | 14 +++-
 32 files changed, 420 insertions(+), 317 deletions(-)
 rename testdata/workloads/{functional-query => 
tpch_nested}/queries/QueryTest/nested-types-subplan-single-node.test (97%)

Reply via email to