Fokko commented on code in PR #11434:
URL: https://github.com/apache/iceberg/pull/11434#discussion_r1823307130


##########
api/src/main/java/org/apache/iceberg/Schema.java:
##########
@@ -54,6 +54,7 @@ public class Schema implements Serializable {
   private static final Joiner NEWLINE = Joiner.on('\n');
   private static final String ALL_COLUMNS = "*";
   private static final int DEFAULT_SCHEMA_ID = 0;
+  private static final Integer DEFAULT_VALUES_MIN_FORMAT_VERSION = 3;

Review Comment:
   ```suggestion
     private static final int DEFAULT_VALUES_MIN_FORMAT_VERSION = 3;
   ```



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