Hi, @zhxj, do you found some way to treat this issue? I have the same issue to convert timestamp data to Parquet. I try this in the schema, but do not work.
{ "name": "dat_timestamp", "type": { "type":"int64", "logicalType":"timestamp-millis", "isAdjustedToUTC" : "false"} },
Thanks,