Hi parquet-dev,

We have existing parquet files which were generated from json using hive,
where timestamps live as INT96. We are changing the pipeline where we are
planning to use flink to generate parquet files from protobuf (or avro)
using flink's StreamingFileSink. But from my research I am unable to find a
way to write INT96 columns in the parquet either from avro or protobuf. We
would like to keep the same datatype on disk for historical and new data so
would like to stick to INT96, any suggestion how to achieve that?

-- 
Arup Malakar

Reply via email to