JonasJ-ap opened a new pull request, #5797: URL: https://github.com/apache/iceberg/pull/5797
When the user initialize `GlueCatalog` without providing a `catalogProperties`, the corresponding `GlueTableOperations` will face a `NullPointerException` when initializing FileIO using `initializeFileIO`. This bug causes several tests in AWS Integration test fails. ## before this fix:  ## after this fix:  The remaining test errors are either due to the test itself or outdated environment settings. Since they are not related to `GlueCatalog`, they will be addressed in another PR: #5784 -- 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]
