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


##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcBasePersistenceImpl.java:
##########
@@ -427,43 +428,28 @@ public Page<EntityNameLookupRecord> listEntities(
       long catalogId,
       long parentId,
       @Nonnull PolarisEntityType entityType,
+      @Nonnull PolarisEntitySubType entitySubType,
       @Nonnull PageToken pageToken) {
+    // TODO: only fetch the properties required for creating an 
EntityNameLookupRecord

Review Comment:
   Related `dev` ML discussion: 
https://lists.apache.org/thread/kxyqp287zmxmorod7l205ojkwfqgrhkv



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