dimas-b commented on code in PR #1783: URL: https://github.com/apache/polaris/pull/1783#discussion_r2124911583
########## 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: I'm fine with consolidating CallContext and PolarisCallContext into one class... but I reserve the right to object when I see the specific change set for that :) Note that ATM the former is an interface, the latter a class :shrug: -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org