benwatson528 / intellij-avro-parquet-plugin

A Tool Window plugin for IntelliJ that displays Avro and Parquet files and their schemas in JSON.
Apache License 2.0
45 stars 8 forks source link

Upgrade to parquet-avro 1.12.0 #62

Closed benwatson528 closed 3 years ago

benwatson528 commented 3 years ago

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.

benwatson528 commented 3 years ago

https://github.com/benwatson528/intellij-avro-parquet-plugin/pull/63