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

jerryshao pushed a change to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


    from 59e64ba914 [Cherry-pick to branch-1.3] [#13035] fix(core): Add 
PostgreSQL group-role batch upsert (#13037) (#13061)
     new 531058d2e9 [#9418] fix(iceberg): inject GCS FileIO token from 
gcs-service-account-file (#12962)
     new 23189ae91a [#12998] fix(catalogs): Preserve upstream error messages 
when wrapping exceptions (#12999)
     new af13eb9429 [#12949] fix(iceberg-rest): Forward access-delegation 
header on federated loadTable (#12950)
     new 8d1e1524a5 [#13033] fix(iceberg): Map PostgreSQL JDBC auth failures to 
ConnectionFailedException (#13034)

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:
 .../lakehouse/iceberg/IcebergConstants.java        |   14 +
 .../catalog/fileset/FilesetCatalogOperations.java  |   38 +-
 .../catalog/glue/GlueExceptionConverter.java       |   13 +-
 .../catalog/glue/GlueTableOperations.java          |   11 +-
 .../catalog/glue/TestGlueExceptionConverter.java   |    5 +-
 .../catalog/hive/HiveCatalogOperations.java        |    3 +-
 .../catalog/hive/HiveTableOperations.java          |    9 +-
 .../catalog/hive/HiveViewCatalogOperations.java    |   19 +-
 .../doris/operation/DorisTableOperations.java      |    3 +-
 .../catalog/kafka/KafkaCatalogOperations.java      |   70 +-
 .../generic/GenericCatalogOperations.java          |    7 +-
 .../lakehouse/lance/LanceTableOperations.java      |   24 +-
 .../lakehouse/paimon/utils/CatalogUtils.java       |    3 +-
 .../catalog/model/ModelCatalogOperations.java      |   29 +-
 .../catalog/hadoop/fs/FileSystemUtils.java         |    7 +-
 .../catalog/hadoop/fs/HDFSFileSystemProxy.java     |    5 +-
 .../gravitino/hive/client/HiveClientFactory.java   |    5 +-
 .../gravitino/hive/client/HiveClientImpl.java      |    5 +-
 .../hive/client/HiveExceptionConverter.java        |    6 +-
 .../gravitino/hive/client/ProxyHiveClientImpl.java |    3 +-
 .../org/apache/gravitino/hive/client/Util.java     |    3 +-
 .../gravitino/hive/kerberos/KerberosClient.java    |    3 +-
 .../apache/gravitino/utils/ExceptionMessages.java  |  155 +++
 .../gravitino/utils/TestExceptionMessages.java     |  143 +++
 docs/iceberg-rest-service.md                       |    9 +-
 docs/lakehouse-iceberg-catalog.md                  |    9 +-
 docs/security/credential-vending.md                |    2 +-
 iceberg/iceberg-common/build.gradle.kts            |    2 +
 .../iceberg/common/utils/IcebergCatalogUtil.java   |  111 ++-
 .../common/utils/TestIcebergCatalogUtil.java       |   70 ++
 .../iceberg/service/FederatedCatalogWrapper.java   |  403 ++++----
 .../service/IcebergCatalogWrapperManager.java      |  107 ++-
 .../iceberg/service/IcebergRESTUtils.java          |   57 ++
 .../service/rest/IcebergTableOperations.java       |   12 +-
 .../iceberg/service/TestCatalogWrapperForREST.java | 1016 +++++++++++++++-----
 .../TestIcebergCatalogWrapperManagerForREST.java   |   65 ++
 .../iceberg/service/TestIcebergRESTUtils.java      |   99 ++
 .../service/rest/TestIcebergTableOperations.java   |   79 +-
 38 files changed, 2061 insertions(+), 563 deletions(-)
 create mode 100644 
common/src/main/java/org/apache/gravitino/utils/ExceptionMessages.java
 create mode 100644 
common/src/test/java/org/apache/gravitino/utils/TestExceptionMessages.java

Reply via email to