danielhumanmod commented on code in PR #2003:
URL: https://github.com/apache/polaris/pull/2003#discussion_r2187873859


##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java:
##########
@@ -243,6 +244,11 @@ public synchronized EntityCache 
getOrCreateEntityCache(RealmContext realmContext
     return entityCacheMap.get(realmContext.getRealmIdentifier());
   }
 
+  @Override
+  public Iterator<Map.Entry<String, PolarisMetaStoreManager>> 
getMetaStoreManagerMap() {

Review Comment:
   Make it to Iter<Map.Entry> as 
https://github.com/apache/polaris/pull/1585/files#r2121942046 suggests



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

Reply via email to