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


##########
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:
   Why this is removed? I think we still support the custom client. Just the 
property name changed? 



-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to