regadas commented on code in PR #33509:
URL: https://github.com/apache/beam/pull/33509#discussion_r1907840809


##########
sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/AppendFilesToTables.java:
##########
@@ -201,14 +200,15 @@ private void appendManifestFiles(Table table, 
Iterable<FileWriteResult> fileWrit
     }
 
     private ManifestWriter<DataFile> createManifestWriter(
-        String tableLocation, String uuid, PartitionSpec spec, FileIO io) {
+        String tableLocation, String uuid, PartitionSpec spec, Table table) {

Review Comment:
   ah! nice makes sense



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