jackye1995 commented on code in PR #5894: URL: https://github.com/apache/iceberg/pull/5894#discussion_r984223090
########## docs/aws.md: ########## @@ -466,6 +466,16 @@ sh spark-sql --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkC For the above example, the objects in S3 will be saved with tags: `my_key3=my_val3` before deletion. Users can also use the catalog property `s3.delete.num-threads` to mention the number of threads to be used for adding delete tags to the S3 objects. +When the catalog property `s3.write.table-tag-enabled` and `s3.write.namespace-tag-enabled` is set to `true` then the objects in S3 will be saved with tags: `iceberg.table=<table-name>` and `iceberg.namespace=<namespace-name>`. Review Comment: add some explanations about use case (we should probably have a full blog about that...), like users can define access and data retention policy per namespace or table based on the tag. -- 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]
