Skip to content

Commit 5ca3910

Browse files
authored
Nessie: Bump Nessie to 0.8.3 / Rename auth_type to auth-type (#2834)
1 parent 1b3dbb6 commit 5ca3910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ NessieCatalog initCatalog(String ref) {
108108
newCatalog.setConf(hadoopConfig);
109109
newCatalog.initialize("nessie", ImmutableMap.of("ref", ref,
110110
CatalogProperties.URI, uri,
111-
"auth_type", "NONE",
111+
"auth-type", "NONE",
112112
CatalogProperties.WAREHOUSE_LOCATION, temp.toUri().toString()
113113
));
114114
return newCatalog;

versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ org.apache.arrow:arrow-memory-netty = 2.0.0
1818
com.github.stephenc.findbugs:findbugs-annotations = 1.3.9-1
1919
software.amazon.awssdk:* = 2.15.7
2020
org.scala-lang:scala-library = 2.12.10
21-
org.projectnessie:* = 0.8.2
21+
org.projectnessie:* = 0.8.3
2222

2323
# test deps
2424
org.junit.vintage:junit-vintage-engine = 5.7.2

0 commit comments

Comments
 (0)