nk1506 commented on code in PR #8798:
URL: https://github.com/apache/iceberg/pull/8798#discussion_r1355060956
##########
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:
we do have the same test case
[here](https://github.com/apache/iceberg/blob/b5ea0d5a7f55e5b8d9eec8e764bbcc35f8301db3/nessie/src/test/java/org/apache/iceberg/nessie/TestCustomNessieClient.java#L108)
.
--
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]