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

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


    from 0c7c6a335 IMPALA-11977: Fix Python 3 broken imports and object model 
differences
     new 29586d663 IMPALA-11482: Alter Table Execute Rollback for Iceberg 
tables.
     new b5524e95a IMPALA-11935: Generate core dumps if ASAN/TSAN/UBSAN built 
be tests crash

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:
 bin/run-backend-tests.sh                           |   6 +-
 common/thrift/JniCatalog.thrift                    |  34 ++-
 fe/src/main/cup/sql-parser.cup                     |   3 +-
 ...a => AlterTableExecuteExpireSnapshotsStmt.java} |  93 +++----
 .../analysis/AlterTableExecuteRollbackStmt.java    | 147 +++++++++++
 .../impala/analysis/AlterTableExecuteStmt.java     | 107 +++-----
 .../java/org/apache/impala/catalog/FeFsTable.java  |   2 +-
 .../apache/impala/service/CatalogOpExecutor.java   |  25 +-
 .../impala/service/IcebergCatalogOpExecutor.java   |  56 +++-
 fe/src/main/jflex/sql-scanner.flex                 |   3 +-
 .../org/apache/impala/analysis/AnalyzeDDLTest.java |  47 +++-
 .../QueryTest/iceberg-rollback-negative.test       |  27 ++
 tests/custom_cluster/test_events_custom_configs.py |  17 +-
 tests/query_test/test_iceberg.py                   | 291 ++++++++++++++-------
 tests/util/iceberg_util.py                         |  31 +++
 15 files changed, 623 insertions(+), 266 deletions(-)
 copy fe/src/main/java/org/apache/impala/analysis/{AlterTableExecuteStmt.java 
=> AlterTableExecuteExpireSnapshotsStmt.java} (54%)
 create mode 100644 
fe/src/main/java/org/apache/impala/analysis/AlterTableExecuteRollbackStmt.java
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-rollback-negative.test

Reply via email to