You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "ajantha-bhat (via GitHub)" <gi...@apache.org> on 2023/10/11 14:21:21 UTC

Re: [PR] Nessie: Adopt to Nessie 0.71.1 release [iceberg]

ajantha-bhat commented on code in PR #8798:
URL: https://github.com/apache/iceberg/pull/8798#discussion_r1355092633


##########
nessie/src/test/java/org/apache/iceberg/nessie/TestCustomNessieClient.java:
##########
@@ -78,30 +77,11 @@ public void testNonExistentCustomClient() {
                       temp.toUri().toString(),
                       CatalogProperties.URI,
                       uri,
-                      NessieConfigConstants.CONF_NESSIE_CLIENT_BUILDER_IMPL,
-                      "non.existent.ClientBuilderImpl"));
-            })
-        .isInstanceOf(RuntimeException.class)
-        .hasMessageContaining("Cannot load Nessie client builder implementation class");
-  }
-
-  @Test
-  public void testCustomClientByImpl() {

Review Comment:
   ACK



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org