adutra commented on code in PR #4507:
URL: https://github.com/apache/polaris/pull/4507#discussion_r3274336452


##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/CatalogHandlerUtils.java:
##########
@@ -317,13 +327,33 @@ public void purgeTable(Catalog catalog, TableIdentifier 
ident) {
     }
   }
 
+  /**
+   * @deprecated since 1.11.0, will be removed in 1.12.0. Use {@link 
#loadTable(Catalog,
+   *     TableIdentifier, RESTCatalogProperties.SnapshotMode)} instead.
+   */
+  @Deprecated
   public LoadTableResponse loadTable(Catalog catalog, TableIdentifier ident) {
+    return loadTable(catalog, ident, RESTCatalogProperties.SnapshotMode.ALL);

Review Comment:
   There is no protocol, that's the problem 😅 
   
   If you want I can revert this change, but I feel that it will be required 
sooner than later.



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