dimas-b commented on code in PR #1783:
URL: https://github.com/apache/polaris/pull/1783#discussion_r2124654594


##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/PolarisMetaStoreManager.java:
##########
@@ -307,7 +308,10 @@ EntityResult loadEntity(
    */
   @Nonnull
   EntitiesResult loadTasks(
-      @Nonnull PolarisCallContext callCtx, String executorId, PageToken 
pageToken);
+      @Nonnull PolarisCallContext callCtx,

Review Comment:
   Also for context: I personally do not have a good understanding of how 
`PolarisCallContext` and `CallContext` were envisioned to be used initially. My 
comments are based on what exists in code ATM.



-- 
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]

Reply via email to