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 7e8c79df5 IMPALA-13792: Cross compile AI functions
     new e427ad3c3 IMPALA-13716 (Addendum): Simplify the call site of 
createSingleNodePlan()
     new d928815d1 IMPALA-13654: Tolerate missing data files of Iceberg tables

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:
 common/thrift/CatalogObjects.thrift                |   1 +
 .../impala/catalog/IcebergContentFileStore.java    |  49 ++++---
 .../impala/catalog/IcebergFileMetadataLoader.java  |  39 ++++--
 .../org/apache/impala/planner/AnalyticPlanner.java |  17 +++
 .../apache/impala/planner/IcebergScanPlanner.java  |  12 +-
 .../apache/impala/planner/SingleNodePlanner.java   |  11 +-
 .../QueryTest/iceberg-missing-data-files.test      | 145 +++++++++++++++++++++
 tests/query_test/test_iceberg.py                   |  52 ++++++++
 8 files changed, 287 insertions(+), 39 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-missing-data-files.test

Reply via email to