Handling deep structures and arrays with Flink #11642
Unanswered
christophediprima
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I am currently trying to perform some trasforms of json from a kafka queue to another kafka queue with Flink and I am really struggling to work with the deep json structure of the kafka input queue:
ROW is not supported to be used as the element type of ArrayType.
ROW is not supported to be used as the field type of RowType
I ended up specifying the complex column types as string and using
cast('json')
everywhere.Still I am struggling to access values with this approach:
Any help on how I should handle deep objects with ibis Flink?
Beta Was this translation helpful? Give feedback.
All reactions