dogukancagatay commented on code in PR #14059:
URL: https://github.com/apache/iceberg/pull/14059#discussion_r2356444544
##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java:
##########
@@ -122,7 +122,7 @@ public S3FileIO() {}
* @param s3 s3 supplier
*/
public S3FileIO(SerializableSupplier<S3Client> s3) {
- this(s3, null, new S3FileIOProperties());
+ this.s3 = s3;
Review Comment:
Fixed the constructors. However, I am wondering why no test failed, we must
be missing some coverage, or the values are redundant.
--
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]