amogh-jahagirdar commented on code in PR #7559:
URL: https://github.com/apache/iceberg/pull/7559#discussion_r1187835518


##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java:
##########
@@ -120,6 +120,7 @@ public S3FileIO(SerializableSupplier<S3Client> s3) {
    */
   public S3FileIO(SerializableSupplier<S3Client> s3, S3FileIOProperties 
s3FileIOProperties) {
     this.s3 = s3;
+    this.s3FileIOProperties = s3FileIOProperties;

Review Comment:
   Thanks for the fix. Down the line AWS integration tests being run during CI 
should catch issues like this.



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