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


##########
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:
   modified the config property to `dynamodb.catalog.schema-version`. let me 
know if this looks good



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