Skip to content

Commit

Permalink
Upgrade to Apache Iceberg 1.6.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre authored Sep 11, 2024
1 parent 50da177 commit cc58730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void before(
.getTestMethod()
.ifPresent(
method -> {
currentCatalogName = method.getName();
currentCatalogName = method.getName() + UUID.randomUUID();
AwsStorageConfigInfo awsConfigModel =
AwsStorageConfigInfo.builder()
.setRoleArn(TEST_ROLE_ARN)
Expand Down

0 comments on commit cc58730

Please sign in to comment.