kbendick commented on a change in pull request #2834:
URL: https://github.com/apache/iceberg/pull/2834#discussion_r671480914



##########
File path: nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java
##########
@@ -108,7 +108,7 @@ NessieCatalog initCatalog(String ref) {
     newCatalog.setConf(hadoopConfig);
     newCatalog.initialize("nessie", ImmutableMap.of("ref", ref,
         CatalogProperties.URI, uri,
-        "auth_type", "NONE",
+        "auth-type", "NONE",

Review comment:
       Is this a constant used in the Nessie project itself? If so, perhaps you 
might consider a follow up for adding `NessieCatalogProperties` class at some 
point, to help make them more clear to users looking to adopt Nessie coming 
from the Iceberg repo itself 👍 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to