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



##########
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:
       I have a number of follow-up PRs. Just want to keep the scope of this 
change small.




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