jackye1995 commented on code in PR #7198:
URL: https://github.com/apache/iceberg/pull/7198#discussion_r1152511322
##########
aws/src/integration/java/org/apache/iceberg/aws/glue/GlueTestBase.java:
##########
@@ -83,13 +82,7 @@ public static void beforeClass() {
AwsProperties properties = new AwsProperties();
properties.setS3FileIoDeleteBatchSize(10);
glueCatalog.initialize(
- catalogName,
- testBucketPath,
- properties,
- glue,
- LockManagers.defaultLockManager(),
- fileIO,
- ImmutableMap.of());
+ catalogName, testBucketPath, properties, glue, null, fileIO,
ImmutableMap.of());
Review Comment:
Yes we can remove it, it's already legacy feature
--
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]