danielcweeks commented on a change in pull request #4050:
URL: https://github.com/apache/iceberg/pull/4050#discussion_r804936736
##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -215,6 +215,12 @@
public static final String S3_CHECKSUM_ENABLED = "s3.checksum-enabled";
public static final boolean CLIENT_ENABLE_ETAG_CHECK_DEFAULT = false;
+ /**
+ * FileIOMetrics implementation class used to report metrics
+ */
+ public static final String S3_FILEIO_METRICS_IMPL = "s3.fileio.metrics-impl";
Review comment:
I've removed the override properties for now. We can always add them
back when there's a use-case for overriding the default hadoop implementation.
--
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]