parquet-avro:1.12.0 supports the reading of INT96 fields. Remove the dependency on the custom parquet-avro JAR and confirm that INT96 fields can be viewed natively. The field will be returned as a byte array, so identify if it's possible to convert to a date when it's displayed (probably not given the current implementation). Set parquet.avro.readInt96AsFixed=true.
parquet-avro:1.12.0
supports the reading of INT96 fields. Remove the dependency on the customparquet-avro
JAR and confirm that INT96 fields can be viewed natively. The field will be returned as a byte array, so identify if it's possible to convert to a date when it's displayed (probably not given the current implementation). Setparquet.avro.readInt96AsFixed=true
.