rajarshisarkar commented on code in PR #4011:
URL: https://github.com/apache/iceberg/pull/4011#discussion_r875461758
##########
aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java:
##########
@@ -162,6 +164,13 @@ private FileIO initializeFileIO(Map<String, String>
properties) {
}
}
+ @VisibleForTesting
+ void initialize(String name, String path, AwsProperties properties,
GlueClient client,
Review Comment:
This shouldn't be necessary, it is just used in test to check properties map
is not empty when catalog properties is initialised.
--
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]