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

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


    from 97d766577 IMPALA-14680: Improve row regex search syntax in runtime 
profile tests
     new df84e777d IMPALA-14321: Add BINARY partition transform to Iceberg 
tables
     new 8e3c99b80 IMPALA-14085: Implement GRANT/REVOKE ROLE TO/FROM a user

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/file-metadata-utils.cc                 |   2 +-
 be/src/exprs/iceberg-functions-ir.cc               |  17 +-
 be/src/exprs/iceberg-functions-test.cc             |  75 +++++++-
 be/src/exprs/iceberg-functions.h                   |   1 +
 be/src/runtime/dml-exec-state.cc                   |   7 +-
 common/fbs/IcebergObjects.fbs                      |   6 +-
 common/function-registry/impala_functions.py       |   6 +-
 common/thrift/Frontend.thrift                      |   9 +-
 common/thrift/JniCatalog.thrift                    |   7 +
 fe/src/main/cup/sql-parser.cup                     |  27 ++-
 .../impala/analysis/GrantRevokeRoleStmt.java       |  36 +++-
 .../impala/analysis/IcebergPartitionField.java     |   4 +
 .../org/apache/impala/analysis/ShowFilesStmt.java  |   2 +-
 .../org/apache/impala/analysis/ShowRolesStmt.java  |  23 ++-
 .../impala/authorization/AuthorizationManager.java |   4 +-
 .../authorization/NoopAuthorizationFactory.java    |   6 +-
 .../ranger/RangerCatalogdAuthorizationManager.java |  61 ++++---
 .../ranger/RangerImpaladAuthorizationManager.java  |  36 ++--
 .../org/apache/impala/catalog/FeIcebergTable.java  |   9 +-
 .../impala/common/IcebergPredicateConverter.java   |   4 +
 .../apache/impala/service/CatalogOpExecutor.java   |  24 ++-
 .../java/org/apache/impala/util/CatalogOpUtil.java |   9 +-
 .../java/org/apache/impala/util/IcebergUtil.java   |  80 +++++++-
 .../java/org/apache/impala/util/StringUtils.java   |  10 +
 .../org/apache/impala/util/CatalogOpUtilTest.java  |  20 +-
 .../queries/QueryTest/grant_revoke.test            | 117 ++++++------
 .../queries/QueryTest/iceberg-drop-partition.test  |  45 ++++-
 .../iceberg-partitioned-insert-default.test        |  80 ++++----
 .../QueryTest/iceberg-partitioned-insert-v1.test   |  80 ++++----
 .../QueryTest/iceberg-partitioned-insert-v2.test   |  80 ++++----
 .../QueryTest/iceberg-show-files-partition.test    |  51 +++++-
 tests/authorization/test_ranger.py                 | 203 ++++++++++++++-------
 32 files changed, 814 insertions(+), 327 deletions(-)

Reply via email to