This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 0d0a410cf IMPALA-12780: Only show non-default options in the catalog
operations page
new 637c750a3 IMPALA-12631: Improve count star performance for parquet
scans
new 99e817099 IMPALA-12721: Fix flaky tests involving
check_deleted_file_fd()
new 68e61c1aa IMPALA-12787: Concurrent DELETE and UPDATE operations on
Iceberg tables can be problematic
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/exec/parquet/hdfs-parquet-scanner.cc | 27 +++---
.../org/apache/impala/planner/HdfsScanNode.java | 69 ++++++++------
.../impala/service/IcebergCatalogOpExecutor.java | 24 +++--
.../queries/QueryTest/hdfs-tiny-scan.test | 7 ++
.../QueryTest/iceberg-in-predicate-push-down.test | 6 +-
.../QueryTest/iceberg-partitioned-insert.test | 18 ++--
.../iceberg-plain-count-star-optimization.test | 6 +-
.../queries/QueryTest/parquet-stats-agg.test | 42 +++++++++
.../tpcds-decimal_v2-q_count_optimized.test | 8 ++
.../tpcds-decimal_v2-q_count_unoptimized.test | 8 ++
.../tpcds-decimal_v2-q_count_zero_slot.test | 8 ++
tests/custom_cluster/test_scratch_disk.py | 5 +
tests/stress/test_update_stress.py | 103 +++++++++++++++++++++
tests/util/parse_util.py | 2 +-
14 files changed, 263 insertions(+), 70 deletions(-)
create mode 100644
testdata/workloads/tpcds/queries/tpcds-decimal_v2-q_count_optimized.test
create mode 100644
testdata/workloads/tpcds/queries/tpcds-decimal_v2-q_count_unoptimized.test
create mode 100644
testdata/workloads/tpcds/queries/tpcds-decimal_v2-q_count_zero_slot.test