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 b4920295a IMPALA-12063: Upgrade zlib to 1.2.13
     new 963de82e5 IMPALA-11822: (Addendum) Optimize the Refresh/Invalidate 
event processing by skipping unnecessary events
     new 7e0feb4a8 IMPALA-11701 Part1: Don't push down predicates to scanner if 
already applied by Iceberg
     new d91cdb0ce IMPALA-12077: Remove deprecated Avro methods

The 3 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:
 .../org/apache/impala/catalog/HdfsPartition.java   |  19 ++++
 .../org/apache/impala/planner/HdfsScanNode.java    |  17 ++-
 .../org/apache/impala/planner/IcebergScanNode.java |  20 +++-
 .../apache/impala/planner/IcebergScanPlanner.java  |  51 +++++++--
 .../apache/impala/util/AvroSchemaConverter.java    |  12 +--
 .../org/apache/impala/util/AvroSchemaParser.java   |  16 +--
 .../org/apache/impala/planner/PlannerTest.java     |   9 ++
 .../impala/infra/tableflattener/FileMigrator.java  |   2 +-
 .../infra/tableflattener/SchemaFlattener.java      |   2 +-
 .../impala/infra/tableflattener/SchemaUtil.java    |   6 +-
 .../functional/functional_schema_template.sql      |  26 +++++
 .../datasets/functional/schema_constraints.csv     |   1 +
 .../queries/PlannerTest/iceberg-predicates.test    |  77 ++++++++++++++
 .../queries/PlannerTest/iceberg-v2-tables.test     | 114 ++++++++++++++-------
 .../queries/PlannerTest/tablesample.test           |  14 +--
 .../QueryTest/iceberg-in-predicate-push-down.test  |  43 ++++++--
 .../QueryTest/iceberg-partitioned-insert.test      |  27 ++++-
 .../iceberg-plain-count-star-optimization.test     |   7 +-
 18 files changed, 365 insertions(+), 98 deletions(-)
 create mode 100644 
testdata/workloads/functional-planner/queries/PlannerTest/iceberg-predicates.test

Reply via email to