chenjunjiedada commented on issue #1279:
URL: https://github.com/apache/iceberg/issues/1279#issuecomment-666948367


   I also encountered this when building Flink table source, the 
`ImmutableList.copy()` produces `ImmutableSingletonList` instance which cannot 
be serialized even when I register the ImmutableList serializer with 
`de.javakaffee.kryo-serializers`. So I have to change it to 
`Lists.newArrayLists(tasks)`.


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