ahmedabu98 commented on code in PR #37976:
URL: https://github.com/apache/beam/pull/37976#discussion_r3010866742


##########
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:
   I found that it threw errors if the table does not exist yet



-- 
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]

Reply via email to