jackye1995 commented on a change in pull request #4103:
URL: https://github.com/apache/iceberg/pull/4103#discussion_r805126504



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -290,11 +296,11 @@ public AwsProperties(Map<String, String> properties) {
     Preconditions.checkArgument(s3FileIoAcl == null || 
!s3FileIoAcl.equals(ObjectCannedACL.UNKNOWN_TO_SDK_VERSION),
         "Cannot support S3 CannedACL " + aclType);
 
+    this.isS3ChecksumEnabled = PropertyUtil.propertyAsBoolean(properties, 
S3_CHECKSUM_ENABLED,

Review comment:
       also moved this up to be together with other S3 properties.
   




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