jackye1995 commented on code in PR #4402:
URL: https://github.com/apache/iceberg/pull/4402#discussion_r981951364
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -498,6 +541,8 @@ public class AwsProperties implements Serializable {
private ObjectCannedACL s3FileIoAcl;
private boolean isS3ChecksumEnabled;
private final Set<Tag> s3WriteTags;
+ private boolean s3WriteTableNameTagEnabled;
Review Comment:
can we match the config name and name this `s3WriteTableTagEnabled`?
--
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]