You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/31 06:16:41 UTC

[GitHub] [iceberg] chenjunjiedada commented on issue #1279: Spark: Kyro throws exception on deserializing BaseCombinedScanTask

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org