openinx commented on a change in pull request #2851:
URL: https://github.com/apache/iceberg/pull/2851#discussion_r675353080



##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -142,6 +149,7 @@ private TableProperties() {
   public static final String WRITE_AUDIT_PUBLISH_ENABLED_DEFAULT = "false";
 
   public static final String WRITE_TARGET_FILE_SIZE_BYTES = 
"write.target-file-size-bytes";
+  public static final String DELETE_TARGET_FILE_SIZE_BYTES = 
"write.delete.target-file-size-bytes";

Review comment:
       So , are we planning to adjust the delete writer's 
target-file-size-bytes in the following PR ?  I see this property is referenced 
by nobody.




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