nastra commented on code in PR #12881:
URL: https://github.com/apache/iceberg/pull/12881#discussion_r2077932124


##########
gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java:
##########
@@ -61,6 +62,8 @@ public class GCPProperties implements Serializable {
    */
   public static final int GCS_DELETE_BATCH_SIZE_DEFAULT = 50;
 
+  private final Map<String, String> allProperties;

Review Comment:
   this shouldn't be needed anymore once we remove `GCPProperties` from the 
constructors of `GCSFileIO`



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