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 ff7b5db60 IMPALA-11081: Fix incorrect results in partition key scan
new 47e67afbc IMPALA-11932: skip
test_partition_key_scans_with_multiple_blocks_table under erasure coding
new 89cc20717 IMPALA-4052: CREATE TABLE LIKE for Kudu tables
new 315349054 IMPALA-11802: Optimize count(*) queries for Iceberg V2
position delete tables
new 88a7538af IMPALA-11869: Use to_string() in PrintValue for printing
Thrift types
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/util/debug-util.h | 7 +-
common/thrift/Query.thrift | 3 +
.../java/org/apache/impala/analysis/Analyzer.java | 26 +++--
.../impala/analysis/CreateTableLikeStmt.java | 38 +++++--
.../main/java/org/apache/impala/analysis/Expr.java | 5 +
.../org/apache/impala/analysis/SelectStmt.java | 53 ++++++----
.../org/apache/impala/catalog/FeIcebergTable.java | 49 +++++++--
.../apache/impala/planner/IcebergScanPlanner.java | 15 ++-
.../impala/rewrite/CountStarToConstRule.java | 65 ++++++++++--
.../apache/impala/service/CatalogOpExecutor.java | 54 +++++++++-
.../main/java/org/apache/impala/util/KuduUtil.java | 5 +
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 22 +++-
.../functional/functional_schema_template.sql | 2 +-
.../queries/PlannerTest/iceberg-v2-tables.test | 104 +++++++++++++++++++
.../iceberg-plain-count-star-optimization.test | 2 +-
.../iceberg-v2-plain-count-star-optimization.test | 47 +++++++++
.../iceberg-v2-read-position-deletes-orc.test | 63 ++++++++++-
.../iceberg-v2-read-position-deletes.test | 98 +++++++++++++++++-
.../QueryTest/kudu_create_table_like_table.test | 115 +++++++++++++++++++++
tests/custom_cluster/test_kudu.py | 6 ++
tests/query_test/test_iceberg.py | 6 ++
tests/query_test/test_kudu.py | 7 ++
tests/query_test/test_queries.py | 10 +-
23 files changed, 726 insertions(+), 76 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-plain-count-star-optimization.test
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/kudu_create_table_like_table.test