stankiewicz commented on code in PR #38149: URL: https://github.com/apache/beam/pull/38149#discussion_r3074345328
########## sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/AppendFilesToTables.java: ########## Review Comment: catalog is initialized once (e.g. adding closeables), so closeables will be added once. You shouldn't be using catalog after it is closed. ########## sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/AppendFilesToTables.java: ########## Review Comment: cached catalog is initialized once (e.g. adding closeables), so closeables will be added once. You shouldn't be using catalog after it is closed. -- 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]
