rdblue commented on a change in pull request #1823:
URL: https://github.com/apache/iceberg/pull/1823#discussion_r550694738
##########
File path: aws/src/test/java/org/apache/iceberg/aws/glue/GlueCatalogTest.java
##########
@@ -70,7 +70,8 @@
public void before() {
glue = Mockito.mock(GlueClient.class);
glueCatalog = new GlueCatalog();
- glueCatalog.initialize(CATALOG_NAME, WAREHOUSE_PATH, new AwsProperties(),
glue, null);
+ glueCatalog.initialize(CATALOG_NAME, WAREHOUSE_PATH, new AwsProperties(),
glue,
+ LockManagers.defaultLockManager(), null);
Review comment:
Since this is getting large, we may want to separate it into the lock
manager PR that Glue uses, and a new PR for the dynamo lock manager.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]