ajantha-bhat commented on code in PR #4507:
URL: https://github.com/apache/polaris/pull/4507#discussion_r3274530995
##########
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:
I think it will be better to bring in these changes whenever needed for
respective feature. Thats my opinion.
But if others are ok with bringing them in this PR, you can keep it.
--
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]