You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The arrow-rs arrow-json has a low-level decoder that seems has some kind of support for coercing types to timestamp however I'm not sure how that would work and whether enabling timestamp detection to schema inference would need to be done in json2parquet or in arrow-rs. https://github.com/apache/arrow-rs/blob/master/arrow-json/src/reader/mod.rs
Not sure I am doing this right, but I am trying to convert a CSV containing some timestamp to a parquet file.
Sample CSV
csv2parquet --header false --schema-file mt_status.json /dev/stdin mt_status.parquet
│ mt_status.parquet │ ts │ INT64 │ │ REQUIRED │ │ │ │ │ │ │
Any hint ?
Thanks
The text was updated successfully, but these errors were encountered: