kbendick commented on a change in pull request #4055:
URL: https://github.com/apache/iceberg/pull/4055#discussion_r801955757
##########
File path: nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java
##########
@@ -102,9 +104,9 @@ private void resetData() throws NessieConflictException,
NessieNotFoundException
}
@BeforeEach
- public void beforeEach() throws IOException {
- uri = server.getURI().toString();
- this.api =
HttpClientBuilder.builder().withUri(uri).build(NessieApiV1.class);
+ public void beforeEach(@NessieUri URI nessieUri) throws IOException {
Review comment:
Question: What does this do / how does this work? Anything you can point
me to (PR, etc) so I can peruse it myself?
--
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]