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 d1d4f183d IMPALA-11704: Delay hdfsOpenFile with data cache
     new f3504566f IMPALA-11681: Set table stats for the Iceberg table by it's 
partition stats
     new 3938dae8b IMPALA-11621: (Addendum) ignore hiveserver2.pid

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/fbs/CatalogObjects.fbs                      |   2 +-
 common/protobuf/planner.proto                      |   2 +-
 common/thrift/PlanNodes.thrift                     |   2 +-
 .../org/apache/impala/catalog/FeIcebergTable.java  |  48 +++-
 .../impala/catalog/IcebergContentFileStore.java    |   2 +
 .../org/apache/impala/catalog/IcebergTable.java    |  11 +-
 .../impala/catalog/local/LocalIcebergTable.java    |   1 +
 fe/src/test/resources/.gitignore                   |   1 +
 .../queries/PlannerTest/iceberg-v2-tables.test     | 250 +++++++++++----------
 .../queries/PlannerTest/tablesample.test           |  36 +--
 10 files changed, 199 insertions(+), 156 deletions(-)

Reply via email to