jackye1995 commented on code in PR #6862:
URL: https://github.com/apache/iceberg/pull/6862#discussion_r1120677403
##########
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 =
+ "dynamodb.catalog.schema.format-version";
+
+ public static final DynamoDbSchemaVersion DYNAMODB_DEFAULT_SCHEMA_VERSION =
Review Comment:
why not just use int for this?
--
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]