JonasJ-ap commented on code in PR #5784:
URL: https://github.com/apache/iceberg/pull/5784#discussion_r974863192
##########
aws/src/integration/java/org/apache/iceberg/aws/glue/GlueTestBase.java:
##########
@@ -79,18 +79,18 @@ public static void beforeClass() {
S3FileIO fileIO = new S3FileIO(clientFactory::s3);
glueCatalog = new GlueCatalog();
glueCatalog.initialize(catalogName, testBucketPath, new AwsProperties(),
glue,
- LockManagers.defaultLockManager(), fileIO);
+ LockManagers.defaultLockManager(), fileIO, ImmutableMap.of());
Review Comment:
Use this
[initialize()](https://github.com/apache/iceberg/blob/b8a796effdca02108b2af005f977cbeb0d9cd718/aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java#L160)
in the test ensures all fields are initialized. Same to the other related
changes in the integration tests.
--
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]