Replies: 1 comment
-
I can't reproduce it without source file or have any idea what the source schema is. Feel free to come back if still relevant. |
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
-
Hi,
I generated following sample dataset with a column which is a list of list of ints, but I don't know how to read it with class serialisation:
I tried to define a class
MyRecord
with a column typeList<List<int>>
but got schema compile error:Reproduce code:
Any suggestions? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions