bryanck commented on code in PR #8168:
URL: https://github.com/apache/iceberg/pull/8168#discussion_r1284368198
##########
gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java:
##########
@@ -54,7 +63,11 @@ public class GCPProperties implements Serializable {
private String gcsOAuth2Token;
private Date gcsOAuth2TokenExpiresAt;
- public GCPProperties() {}
+ private int gcsDeleteBatchSize;
+
+ public GCPProperties() {
+ gcsDeleteBatchSize = GCS_DELETE_BATCH_SIZE_DEFAULT;
Review Comment:
Sure, I updated this. I was just following the pattern in `S3FileIO`.
--
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]