snazy commented on code in PR #469:
URL: https://github.com/apache/polaris/pull/469#discussion_r1914572857
##########
service/common/src/main/java/org/apache/polaris/service/admin/PolarisServiceImpl.java:
##########
@@ -130,7 +132,7 @@ public Response createCatalog(
}
private void validateStorageConfig(StorageConfigInfo storageConfigInfo) {
- PolarisCallContext polarisCallContext =
CallContext.getCurrentContext().getPolarisCallContext();
+ PolarisCallContext polarisCallContext =
callContext.getPolarisCallContext();
Review Comment:
Let's keep this PR as it is - there is already #463 to get rid of the
problematic TLs
--
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]