This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new cc58730a Upgrade to Apache Iceberg 1.6.1 (#7)
cc58730a is described below
commit cc58730a0c626dba574c2577b32081b17b97b7a8
Author: JB Onofré <[email protected]>
AuthorDate: Wed Sep 11 17:36:36 2024 +0200
Upgrade to Apache Iceberg 1.6.1 (#7)
---
gradle/libs.versions.toml | 2 +-
.../polaris/service/catalog/PolarisRestCatalogIntegrationTest.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8f83ef16..c69cca0d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -19,7 +19,7 @@
[versions]
hadoop = "3.4.0"
-iceberg = "1.5.0"
+iceberg = "1.6.1"
dropwizard = "4.0.8"
slf4j = "2.0.13"
swagger = "1.6.14"
diff --git
a/polaris-service/src/test/java/org/apache/polaris/service/catalog/PolarisRestCatalogIntegrationTest.java
b/polaris-service/src/test/java/org/apache/polaris/service/catalog/PolarisRestCatalogIntegrationTest.java
index 449d6811..b2ccb992 100644
---
a/polaris-service/src/test/java/org/apache/polaris/service/catalog/PolarisRestCatalogIntegrationTest.java
+++
b/polaris-service/src/test/java/org/apache/polaris/service/catalog/PolarisRestCatalogIntegrationTest.java
@@ -152,7 +152,7 @@ public class PolarisRestCatalogIntegrationTest extends
CatalogTests<RESTCatalog>
.getTestMethod()
.ifPresent(
method -> {
- currentCatalogName = method.getName();
+ currentCatalogName = method.getName() + UUID.randomUUID();
AwsStorageConfigInfo awsConfigModel =
AwsStorageConfigInfo.builder()
.setRoleArn(TEST_ROLE_ARN)