You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/23 07:23:14 UTC

[GitHub] [iceberg] rajarshisarkar commented on a diff in pull request #4402: AWS: Add table level S3 tags

rajarshisarkar commented on code in PR #4402:
URL: https://github.com/apache/iceberg/pull/4402#discussion_r978333838


##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -357,6 +380,18 @@ public class AwsProperties implements Serializable {
    */
   public static final String LAKE_FORMATION_DB_NAME = "lakeformation.db-name";
 
+  /**
+   * Used by {@link GlueCatalog}.
+   * The table name is used as a part of table specific catalog properties.
+   */
+  public static final String S3_TABLE_SPECIFIC_WRITE_TAGS_TABLE_NAME = "iceberg.table-name";

Review Comment:
   Thanks, I have made the change.



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org