unical1988 commented on code in PR #728: URL: https://github.com/apache/incubator-xtable/pull/728#discussion_r2251744942
########## xtable-api/src/main/java/org/apache/xtable/model/storage/TableFormat.java: ########## @@ -27,6 +27,7 @@ public class TableFormat { public static final String HUDI = "HUDI"; public static final String ICEBERG = "ICEBERG"; public static final String DELTA = "DELTA"; + public static final String PARQUET = "PARQUET"; public static String[] values() { return new String[] {"HUDI", "ICEBERG", "DELTA"}; Review Comment: was added here because of TableFormat.Parquet to be defined, but for the old tests to pass, It needs to be discarded. -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org