munendrasn commented on code in PR #6862:
URL: https://github.com/apache/iceberg/pull/6862#discussion_r1121851579


##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -294,6 +295,14 @@ public class AwsProperties implements Serializable {
 
   public static final String DYNAMODB_TABLE_NAME_DEFAULT = "iceberg";
 
+  public static final String DYNAMODB_V2_SCHEMA_DEFAULT_TABLE_NAME = 
"iceberg_v2";
+
+  public static final String DYNAMODB_CATALOG_SCHEMA_FORMAT =

Review Comment:
   Idea was to indicate that this property is related to DynamoDb catalog, 
essentially separate out/differentiate from DynamoDb lock manager.
   Let me know If I should follow current naming convention. Also, what about 
`dynamodb.catalog.schema-version` instead of existing 
`dynamodb.catalog.schema.format-version`



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