pvary commented on code in PR #12892: URL: https://github.com/apache/iceberg/pull/12892#discussion_r2429435520
########## aws/src/main/java/org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.java: ########## @@ -112,6 +113,7 @@ public class DynamoDbCatalog extends BaseMetastoreCatalog private FileIO fileIO; private CloseableGroup closeableGroup; private Map<String, String> catalogProperties; + private boolean uniqueTableLocation = false; Review Comment: Don't we set the value in every `initialize`? Do we feel that we need to set the default value? This applies for all of the other places as well -- 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]
