wolflex888 commented on code in PR #1164:
URL: https://github.com/apache/polaris/pull/1164#discussion_r2007984981
##########
polaris-core/src/main/java/org/apache/polaris/core/context/CallContext.java:
##########
@@ -134,6 +173,8 @@ public Map<String, Object> contextVariables() {
Map<String, Object> contextVariables();
+ URI getBaseUri();
Review Comment:
@dimas-b The [latest
changes](https://github.com/apache/iceberg/commit/978189cbe33762aa5fe2a76c2028182564d1eec1)
in Iceberg does not require us to figure out the host anymore! I'm removing
the baseUri from this PR.
--
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]