Replies: 2 comments 19 replies
-
Have you considered using the arrow APIs? These will handle the record shredding for you and so should be easier to get started with |
Beta Was this translation helpful? Give feedback.
16 replies
-
Is there a working example of this code somwhere? I found the link from this the last page of the arrow and parquet blog. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Does anyone know of an example writing complex records to parquet files using the parquet crate; Where the record would be something like "field1, field 2, field3, Vec<struct<string, Vec<struct<string, string>>>>". The record example reflects how data would exists in BigQuery after ingestion.
Beta Was this translation helpful? Give feedback.
All reactions