anuragmantri commented on code in PR #15700:
URL: https://github.com/apache/iceberg/pull/15700#discussion_r3083621308


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -135,6 +135,9 @@ private TableProperties() {}
       "write.delete.parquet.page-size-bytes";
   public static final int PARQUET_PAGE_SIZE_BYTES_DEFAULT = 1024 * 1024; // 1 
MB
 
+  public static final String PARQUET_PAGE_VERSION = 
"write.parquet.page-version";
+  public static final String PARQUET_PAGE_VERSION_DEFAULT = "1";

Review Comment:
   I don't mind removing this but the file has delete counterparts for other 
parquet configurations. It would be good to keep it consistent. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to