How to write TIMESTAMP logical type (INT96) to parquet, using ParquetWriter?
- INT96 timestamps use the INT96 physical type without any logical type, so don't annotate them with anything.
- If you are interested in the structure of an INT96 timestamp, take a look here. If you would like to see sample code that converts to and from this format, take a look at this file from Hive.