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

rymurr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ca3910  Nessie: Bump Nessie to 0.8.3 / Rename auth_type to auth-type 
(#2834)
5ca3910 is described below

commit 5ca3910e80a17c2cd49c4505917e99dc6a296b7c
Author: Eduard Tudenhöfner <[email protected]>
AuthorDate: Tue Jul 20 10:32:40 2021 +0200

    Nessie: Bump Nessie to 0.8.3 / Rename auth_type to auth-type (#2834)
---
 nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java | 2 +-
 versions.props                                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java 
b/nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java
index c98532f..1907fae 100644
--- a/nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java
+++ b/nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java
@@ -108,7 +108,7 @@ public abstract class BaseTestIceberg {
     newCatalog.setConf(hadoopConfig);
     newCatalog.initialize("nessie", ImmutableMap.of("ref", ref,
         CatalogProperties.URI, uri,
-        "auth_type", "NONE",
+        "auth-type", "NONE",
         CatalogProperties.WAREHOUSE_LOCATION, temp.toUri().toString()
     ));
     return newCatalog;
diff --git a/versions.props b/versions.props
index 645dac0..4098833 100644
--- a/versions.props
+++ b/versions.props
@@ -18,7 +18,7 @@ org.apache.arrow:arrow-memory-netty = 2.0.0
 com.github.stephenc.findbugs:findbugs-annotations = 1.3.9-1
 software.amazon.awssdk:* = 2.15.7
 org.scala-lang:scala-library = 2.12.10
-org.projectnessie:* = 0.8.2
+org.projectnessie:* = 0.8.3
 
 # test deps
 org.junit.vintage:junit-vintage-engine = 5.7.2

Reply via email to