tokoko commented on code in PR #3224:
URL: https://github.com/apache/polaris/pull/3224#discussion_r2599453709
##########
runtime/service/src/main/java/org/apache/polaris/service/task/TaskExecutorImpl.java:
##########
@@ -160,9 +165,17 @@ public void addTaskHandlerContext(long taskEntityId,
CallContext callContext) {
return CompletableFuture.failedFuture(e);
}
String realmId = callContext.getRealmContext().getRealmIdentifier();
+
+ PolarisPrincipal principalClone =
+ PolarisPrincipal.of(
Review Comment:
nice, thanks. meant to come back to this, looked for something like that
initially, but wrote a quick and dirty workaround when I was unable to find it.
--
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]