You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/02/06 23:13:50 UTC

[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4052: Add deleteFiles to FileIO. S3FileIO implementation will perform a batch deletion using RemoveObjects API

amogh-jahagirdar commented on a change in pull request #4052:
URL: https://github.com/apache/iceberg/pull/4052#discussion_r800246829



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -309,6 +317,14 @@ public String s3FileIoSseKey() {
     return s3FileIoSseKey;
   }
 
+  public int s3DeletionBatchSize() {
+    return s3DeletionBatchSize;
+  }
+
+  public void setS3DeletionBatchSize(int deletionBatchSize) {
+    this.s3DeletionBatchSize = deletionBatchSize;

Review comment:
       need to add validation here




-- 
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-unsubscribe@iceberg.apache.org

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



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