RussellSpitzer commented on code in PR #13060:
URL: https://github.com/apache/iceberg/pull/13060#discussion_r2093289066


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -61,6 +65,9 @@ public class TableMetadata implements Serializable {
   static final int INITIAL_SCHEMA_ID = 0;
   static final int INITIAL_ROW_ID = 0;
 
+  @VisibleForTesting
+  static final Set<FileFormat> V3_SUPPORTED_FILE_FORMATS = 
Set.of(FileFormat.PARQUET);

Review Comment:
   Shouldn't PUFFIN be here as well?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to