jackye1995 commented on code in PR #6862:
URL: https://github.com/apache/iceberg/pull/6862#discussion_r1176871643
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -300,6 +300,12 @@ 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_dynamodb_v2";
+
+ public static final String DYNAMODB_CATALOG_SCHEMA_VERSION =
"dynamodb.catalog.schema-version";
+
+ public static final int DYNAMODB_DEFAULT_SCHEMA_VERSION = 1;
Review Comment:
Cool, let's keep it in v1 then, and see how this goes, and flip the default
after 1-2 releases.
--
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]