RussellSpitzer commented on code in PR #15895:
URL: https://github.com/apache/iceberg/pull/15895#discussion_r3908331789


##########
api/src/main/java/org/apache/iceberg/catalog/SessionCatalog.java:
##########
@@ -222,6 +196,19 @@ default boolean tableExists(SessionContext context, 
TableIdentifier ident) {
    */
   Table loadTable(SessionContext context, TableIdentifier ident);
 
+  /**
+   * Load a table with additional load context.

Review Comment:
   Doc isn't great here, but the one above is the same so may as well keep it. 
I'm generally against a doc which is the method name.



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