zentol commented on issue #7506: [FLINK-11347] Optimize the ParquetAvroWriters 
factory
URL: https://github.com/apache/flink/pull/7506#issuecomment-454927640
 
 
   Related test failures:
   ```
   18:30:12.583 [INFO] Running 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase
   18:30:15.884 [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time 
elapsed: 3.298 s <<< FAILURE! - in 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase
   18:30:15.884 [ERROR] 
testWriteParquetAvroReflect(org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase)
  Time elapsed: 0.371 s  <<< ERROR!
   org.apache.flink.api.common.InvalidProgramException: The implementation of 
the RichSinkFunction is not serializable. The object probably contains or 
references non serializable fields.
        at 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase.testWriteParquetAvroReflect(ParquetStreamingFileSinkITCase.java:140)
   Caused by: java.io.NotSerializableException: 
org.apache.avro.Schema$RecordSchema
        at 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase.testWriteParquetAvroReflect(ParquetStreamingFileSinkITCase.java:140)
   
   18:30:15.885 [ERROR] 
testWriteParquetAvroSpecific(org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase)
  Time elapsed: 0.085 s  <<< ERROR!
   org.apache.flink.api.common.InvalidProgramException: The implementation of 
the RichSinkFunction is not serializable. The object probably contains or 
references non serializable fields.
        at 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase.testWriteParquetAvroSpecific(ParquetStreamingFileSinkITCase.java:83)
   Caused by: java.io.NotSerializableException: 
org.apache.avro.Schema$RecordSchema
        at 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase.testWriteParquetAvroSpecific(ParquetStreamingFileSinkITCase.java:83)
   
   18:30:15.885 [ERROR] 
testWriteParquetAvroGeneric(org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase)
  Time elapsed: 0.013 s  <<< ERROR!
   org.apache.flink.api.common.InvalidProgramException: The implementation of 
the RichSinkFunction is not serializable. The object probably contains or 
references non serializable fields.
        at 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase.testWriteParquetAvroGeneric(ParquetStreamingFileSinkITCase.java:110)
   Caused by: java.io.NotSerializableException: 
org.apache.avro.Schema$RecordSchema
        at 
org.apache.flink.formats.parquet.avro.ParquetStreamingFileSinkITCase.testWriteParquetAvroGeneric(ParquetStreamingFileSinkITCase.java:110)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to