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

dimas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


    from 3dbaab289 Fix typo on Pierre's github URL (#1527)
     add 4db799838 Refactor storage access configuration handling (#1504)

No new revisions were added by this update.

Summary of changes:
 .../AtomicOperationMetaStoreManager.java           |   4 +-
 .../dao/entity/ScopedCredentialsResult.java        |  12 +-
 .../TransactionalMetaStoreManagerImpl.java         |   4 +-
 .../apache/polaris/core/storage/AccessConfig.java  |  16 ++-
 .../core/storage/PolarisStorageIntegration.java    |   2 +-
 ...ialProperty.java => StorageAccessProperty.java} |  25 +++-
 .../aws/AwsCredentialsStorageIntegration.java      |  22 ++--
 .../azure/AzureCredentialsStorageIntegration.java  |  14 +--
 .../core/storage/cache/StorageCredentialCache.java |  18 ++-
 .../storage/cache/StorageCredentialCacheEntry.java |  53 ++++----
 .../gcp/GcpCredentialsStorageIntegration.java      |  11 +-
 .../storage/InMemoryStorageIntegrationTest.java    |   2 +-
 .../storage/cache/StorageCredentialCacheTest.java  | 139 +++++++++++++--------
 .../aws/AwsCredentialsStorageIntegrationTest.java  |  62 +++++----
 .../AzureCredentialStorageIntegrationTest.java     |  26 ++--
 .../gcp/GcpCredentialsStorageIntegrationTest.java  |  15 ++-
 .../quarkus/catalog/IcebergCatalogTest.java        |  10 +-
 .../service/catalog/iceberg/IcebergCatalog.java    |   7 +-
 .../catalog/iceberg/IcebergCatalogHandler.java     |   7 +-
 .../iceberg/SupportsCredentialDelegation.java      |   4 +-
 .../service/catalog/io/DefaultFileIOFactory.java   |  32 ++---
 .../polaris/service/catalog/io/FileIOUtil.java     |  15 +--
 .../PolarisStorageIntegrationProviderImpl.java     |   6 +-
 23 files changed, 292 insertions(+), 214 deletions(-)
 copy 
quarkus/service/src/main/java/org/apache/polaris/service/quarkus/metrics/QuarkusMetricsConfiguration.java
 => 
polaris-core/src/main/java/org/apache/polaris/core/storage/AccessConfig.java 
(72%)
 rename 
polaris-core/src/main/java/org/apache/polaris/core/storage/{PolarisCredentialProperty.java
 => StorageAccessProperty.java} (76%)

Reply via email to