How to write TIMESTAMP logical type (INT96) to parquet, using ParquetWriter?
问题 I have a tool that uses a org.apache.parquet.hadoop.ParquetWriter to convert CSV data files to parquet data files. Currently, it only handles int32 , double , and string I need to support the parquet timestamp logical type (annotated as int96), and I am lost on how to do that because I can't find a precise specification online. It appears this timestamp encoding (int96) is rare and not well supported. I've found very little specification details online. This github README states that: