Open shiyuhang0 opened 4 months ago
First INT96
was deprecated more than 6 years ago https://github.com/apache/parquet-format/blob/master/CHANGES.md#version-250, you may consider move to something else.
I feel like some tools/libraries don't interpret INT96 properly, I run your code and used online parquet viewers got different results:
1717-12-28 19:20:10.805067775
4713-01-01T11:59:59.999Z
1970-01-01
Various CLI tools also returned different result, if you expect 1717-12-28 19:20:10.805067775
you may want to try the tool i built:
$ parquet-tools cat csv.parquet
[{"Id":"1717-12-28T19:20:10.805067776Z","Name":"b"}]
write with csv
read with duckdb
id become something like datetime, is it reasonable?