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

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


    from 2750ce59d IMPALA-12073: Avoid catalogd exceptions caused by 
topic_update_tbl_max_wait_time_ms being set to 1
     new 970c60096 IMPALA-11970: Optimized rendering for the query timeline 
display
     new 422006a80 IMPALA-11950: Planner change for Iceberg metadata querying

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:
 .../catalog/iceberg/IcebergMetadataTable.java      |  20 +-
 .../apache/impala/planner/DistributedPlanner.java  |  10 +
 .../impala/planner/IcebergMetadataScanNode.java    |  78 ++++
 .../java/org/apache/impala/planner/ScanNode.java   |   6 +-
 .../apache/impala/planner/SingleNodePlanner.java   |  13 +-
 .../java/org/apache/impala/service/Frontend.java   |  14 +-
 .../org/apache/impala/planner/PlannerTest.java     |   9 +
 .../PlannerTest/iceberg-metadata-table-scan.test   | 114 ++++++
 www/query_timeline.tmpl                            | 414 +++++++++++----------
 9 files changed, 461 insertions(+), 217 deletions(-)
 create mode 100644 
fe/src/main/java/org/apache/impala/planner/IcebergMetadataScanNode.java
 create mode 100644 
testdata/workloads/functional-planner/queries/PlannerTest/iceberg-metadata-table-scan.test

Reply via email to