openinx commented on a change in pull request #1185:
URL: https://github.com/apache/iceberg/pull/1185#discussion_r473758453



##########
File path: 
flink/src/main/java/org/apache/iceberg/flink/RowDataTaskWriterFactory.java
##########
@@ -113,7 +114,7 @@ protected PartitionKey partition(RowData row) {
     }
   }
 
-  private static class FlinkFileAppenderFactory implements 
FileAppenderFactory<RowData> {
+  private static class FlinkFileAppenderFactory implements 
FileAppenderFactory<RowData>, Serializable {

Review comment:
       We need to wait until the parquet writer is available. 
https://github.com/apache/iceberg/pull/1272.  Now only the parquet readers get 
merged. 




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to