andrew4699 commented on code in PR #918:
URL: https://github.com/apache/polaris/pull/918#discussion_r1937764174
##########
integration-tests/src/main/java/org/apache/polaris/service/it/env/PolarisApiEndpoints.java:
##########
@@ -39,11 +40,11 @@ public PolarisApiEndpoints(URI baseUri, String realm) {
}
public URI catalogApiEndpoint() {
- return baseUri.resolve("api/catalog");
+ return baseUri.resolve(Path.of(baseUri.getRawPath(),
"api/catalog").toString());
Review Comment:
Too many ways to do the same thing :P
But I agree that looks cleaner, updated!
--
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]