Replies: 1 comment
-
I ran into something similar. It turns out it was using the custom serializer to get the parquet byte string - then it tries to write it to a JSON along with some task information (think an object like
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have defined a custom serializer as follows
However, it is failing with a stack trace that seems to indicate that it is trying to use a json encoder instead of the serializer I wrote
Beta Was this translation helpful? Give feedback.
All reactions