This is an automated email from the ASF dual-hosted git repository.
wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from cdac777c5 IMPALA-12605: Fix ALTER TABLE SET PARTITION SPEC field id
distribution
new 9cc0aa886 IMPALA-12495: Describe statement for Iceberg metadata tables
new 117b35b17 IMPALA-12703: ExchangeNode should use getFilteredCardinality
new 32b29ff36 IMPALA-12356: Fix first ALTER_PARTITION event from Hive
could be treated as self event
new 2d5307418 IMPALA-12687: Fix key conflicts in tracking in-flight
catalog operations
new a2b8aed2c IMPALA-12702: Show reduced cardinality estimation in
ExecSummary
The 5 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/frontend.cc | 3 +
common/thrift/Frontend.thrift | 7 +-
.../java/org/apache/impala/analysis/Analyzer.java | 22 +-
.../apache/impala/analysis/DescribeTableStmt.java | 14 ++
.../org/apache/impala/analysis/FromClause.java | 3 -
.../java/org/apache/impala/analysis/TableName.java | 3 +-
.../impala/catalog/CatalogServiceCatalog.java | 4 +-
.../org/apache/impala/catalog/HdfsPartition.java | 6 +-
.../impala/catalog/events/MetastoreEvents.java | 22 +-
.../catalog/monitor/CatalogOperationTracker.java | 115 ++++++---
.../org/apache/impala/planner/ExchangeNode.java | 2 +-
.../java/org/apache/impala/planner/PlanNode.java | 3 +-
.../apache/impala/service/CatalogOpExecutor.java | 27 +--
.../impala/service/DescribeResultFactory.java | 18 +-
.../java/org/apache/impala/service/Frontend.java | 70 ++++--
.../org/apache/impala/service/JniFrontend.java | 11 +-
.../authorization/AuthorizationTestBase.java | 8 +-
.../queries/PlannerTest/tpcds-processing-cost.test | 12 +-
.../queries/QueryTest/iceberg-metadata-tables.test | 268 ++++++++++++++++++++-
.../queries/QueryTest/runtime_filters.test | 6 +-
tests/custom_cluster/test_events_custom_configs.py | 58 +++--
tests/custom_cluster/test_web_pages.py | 70 +++++-
tests/metadata/test_event_processing.py | 44 ++++
tests/query_test/test_observability.py | 18 ++
24 files changed, 644 insertions(+), 170 deletions(-)