adutra commented on code in PR #2290: URL: https://github.com/apache/polaris/pull/2290#discussion_r2276557268
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/PolarisMetaStoreManager.java: ########## @@ -129,6 +132,59 @@ ListEntitiesResult listEntities( @Nonnull PolarisEntitySubType entitySubType, @Nonnull PageToken pageToken); + /** + * Load entities where some predicate returns true and transform the entities with a function + * + * @param callCtx call context + * @param catalogPath path inside a catalog. If null or empty, the entities to list are top-level, Review Comment: nit: a nullable List is not very useful, can we pass `List.of()` instead of null? -- 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