xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.27k stars 293 forks source link

parquet datetime issue converting to json #475

Open adamsiwiec1 opened 2 years ago

adamsiwiec1 commented 2 years ago

example: parquet (input value) - 2/3/2016 11:59 PM json (output value) - \u0000\ufffd\u000b`*\u0000\u0000\u0000N%\u0000

adamsiwiec1 commented 2 years ago

i believe this issue is happening here: https://github.com/xitongsys/parquet-go/blob/master/reader/reader.go#L212-L214

adamsiwiec1 commented 2 years ago

i am looking into the reflect package. will create a PR if i make any progress.