laserninja commented on code in PR #10536:
URL: https://github.com/apache/gravitino/pull/10536#discussion_r2989243938
##########
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/ops/IcebergCatalogWrapper.java:
##########
@@ -204,6 +205,22 @@ public LoadTableResponse loadTable(TableIdentifier
tableIdentifier) {
return loadTableResponse;
}
+ /**
+ * Retrieves the metadata file location for the specified table without
loading full table
+ * metadata. This is an optional fast path for catalogs that implement {@link
+ * SupportsMetadataLocation}.
+ *
+ * @param tableIdentifier the table identifier
+ * @return the metadata file location, or null if the catalog doesn't
support this operation
+ */
+ @Nullable
+ public String getTableMetadataLocation(TableIdentifier tableIdentifier) {
Review Comment:
Done
--
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]