How to ingest the complex or nested column types for Trino? #5687
Unanswered
TheDragonWarrior
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@ulixius9 @pmbrull can we look into this 0.11.1 I think existing parsing should work |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @TheDragonWarrior, @harshach, the team gave this a go with the following table:
And the data is getting ingested into OM: We also tried it out with a nested structure:
And this indeed requires some updates on our end. We'll handle this and update here once the patch is done. Thanks, @MilanBariya for the help here! Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Trino data type, there is a type named "ROW" which can be complex structures or even nested structures, any suggestions on how to ingest these tables? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions