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


##########
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:
   looks like this should be moved to under `S3_WRITE_TAGS_PREFIX`? And we can 
have a simpler name like `S3_TAG_TABLE_NAME`



-- 
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]

Reply via email to