singhpk234 commented on code in PR #1112: URL: https://github.com/apache/polaris/pull/1112#discussion_r1980566440
########## extension/persistence/eclipselink/src/main/java/org/apache/polaris/extension/persistence/impl/eclipselink/PolarisEclipseLinkMetaStoreSessionImpl.java: ########## @@ -351,7 +351,7 @@ public void deleteAll(@Nonnull PolarisCallContext callCtx) { /** {@inheritDoc} */ @Override public @Nullable PolarisBaseEntity lookupEntity( - @Nonnull PolarisCallContext callCtx, long catalogId, long entityId) { + @Nonnull PolarisCallContext callCtx, long catalogId, long entityId, int typeCode) { Review Comment: can you please elaborate on how are you planning to use this in your NoSQL solution. is your NoSQL solution still a single entity table ? or are you using this to hint NoSQL on which index to use ? -- 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