mchades commented on code in PR #8922:
URL: https://github.com/apache/gravitino/pull/8922#discussion_r2473306416


##########
catalogs/catalog-generic-lakehouse/src/main/java/org/apache/gravitino/catalog/lakehouse/LakehouseTableFormat.java:
##########
@@ -17,31 +17,25 @@
  *  under the License.
  */
 
-package org.apache.gravitino.rel;
+package org.apache.gravitino.catalog.lakehouse;
 
-/** A generic table interface that extends the Table interface. */
-public interface GenericTable extends Table {
+public enum LakehouseTableFormat {
+  LANCE,
 
-  /**
-   * Formats the table as a string representation.
-   *
-   * @return the formatted string representation of the table
-   */
-  String format();
+  DELTA,

Review Comment:
   miss `HUDI` and `Paimon`? 



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