ahmedabu98 commented on code in PR #37976:
URL: https://github.com/apache/beam/pull/37976#discussion_r3010872491
##########
sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/AddFiles.java:
##########
@@ -557,20 +557,15 @@ public CommitFilesDoFn(IcebergCatalogConfig
catalogConfig, String identifier) {
this.identifier = identifier;
}
- @StartBundle
- public void start() {
- if (table == null) {
- table =
catalogConfig.catalog().loadTable(TableIdentifier.parse(identifier));
Review Comment:
If we load it in process however, with elements coming in, we can guarantee
that the upstream step already created the table
--
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]