rdblue commented on a change in pull request #3543:
URL: https://github.com/apache/iceberg/pull/3543#discussion_r748659735



##########
File path: core/src/main/java/org/apache/iceberg/CachingCatalog.java
##########
@@ -72,6 +182,8 @@ public Table loadTable(TableIdentifier ident) {
     TableIdentifier canonicalized = canonicalizeIdentifier(ident);
     Table cached = tableCache.getIfPresent(canonicalized);
     if (cached != null) {
+      // TODO - If this is a metadata table consider, checking that this is in 
sync
+      //        with the version that is presently cached. Could be confusing 
to user's though.

Review comment:
       This is probably fine.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to