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 d630d6f8a IMPALA-13802: Ignore error during postgres init
     new ccb8eac10 IMPALA-14075: Add CatalogOpExecutor.icebergExecutorService_
     new 4640a72a8 IMPALA-14014: Fix COMPUTE STATS with TABLESAMPLE clause
     new 8a93caf88 IMPALA-14135: Skip Calcite planner test if 
TARGET_FILESYSTEM=s3
     new 2de7b8287 IMPALA-14136: test_charcodec fails with Ozone

The 4 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/util/backend-gflag-util.cc                  |  14 +-
 bin/run-all-tests.sh                               |  18 +-
 common/thrift/BackendGflags.thrift                 |   2 +
 .../apache/impala/analysis/ComputeStatsStmt.java   |  16 +-
 .../java/org/apache/impala/analysis/TableRef.java  |   2 +-
 .../java/org/apache/impala/catalog/FeFsTable.java  |   6 +
 .../org/apache/impala/catalog/FeIcebergTable.java  | 101 ++++++++-
 .../impala/catalog/IcebergContentFileStore.java    |   6 +
 .../org/apache/impala/planner/HdfsScanNode.java    |   4 +-
 .../apache/impala/planner/IcebergDeleteNode.java   |  27 ++-
 .../org/apache/impala/planner/IcebergScanNode.java |  42 +---
 .../org/apache/impala/service/BackendConfig.java   |   4 +
 .../apache/impala/service/CatalogOpExecutor.java   |  13 +-
 .../impala/service/IcebergCatalogOpExecutor.java   |   6 +-
 .../org/apache/impala/analysis/AnalyzeDDLTest.java |  12 +-
 .../apache/impala/analysis/AnalyzeStmtsTest.java   |  16 +-
 .../org/apache/impala/planner/PlannerTest.java     |  11 +-
 .../functional/functional_schema_template.sql      |   9 +-
 .../PlannerTest/iceberg-merge-insert-only.test     |  10 +-
 .../PlannerTest/iceberg-v2-tables-resources.test   | 128 +++++------
 .../queries/PlannerTest/tablesample-iceberg.test   | 206 ++++++++++++++++++
 .../queries/PlannerTest/tablesample.test           | 148 -------------
 .../iceberg-v2-compute-stats-table-sampling.test   | 234 +++++++++++++++++++++
 tests/query_test/test_charcodec.py                 |   8 +-
 tests/query_test/test_iceberg.py                   |  16 +-
 25 files changed, 743 insertions(+), 316 deletions(-)
 create mode 100644 
testdata/workloads/functional-planner/queries/PlannerTest/tablesample-iceberg.test
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-compute-stats-table-sampling.test

Reply via email to