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

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


    from 41b6652fb IMPALA-14221: Avoid hard-coding table list in 
TestWarmupCatalog
     new eaadf7ada IMPALA-14017: Add Ranger tests to Iceberg REST Catalog
     new a6ad1392d IMPALA-13888: LEFT ANTI JOIN is not working with Iceberg V2 
tables on the right side

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:
 be/src/exec/catalog-op-executor.cc                 |  16 ++++
 be/src/service/frontend.cc                         |   5 ++
 be/src/service/frontend.h                          |   4 +
 be/src/service/impala-server.cc                    |   1 +
 .../apache/impala/planner/IcebergScanPlanner.java  |   9 ++
 .../java/org/apache/impala/service/Frontend.java   |   4 +
 .../org/apache/impala/service/JniFrontend.java     |   5 ++
 ...rg-rest-catalog.test => iceberg-rest-fgac.test} |  63 +++++++++----
 .../iceberg-v2-read-position-deletes.test          |  32 +++++++
 tests/authorization/test_ranger.py                 | 100 +++++++++++++++++++++
 tests/common/iceberg_rest_server.py                |  73 +++++++++++++++
 tests/custom_cluster/test_iceberg_rest_catalog.py  |  40 ++-------
 12 files changed, 301 insertions(+), 51 deletions(-)
 copy 
testdata/workloads/functional-query/queries/QueryTest/{iceberg-rest-catalog.test
 => iceberg-rest-fgac.test} (67%)
 create mode 100644 tests/common/iceberg_rest_server.py

Reply via email to