apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

parquet-avro 1.14 not compatible with avro 1.8 #2956

Closed RustedBones closed 4 months ago

RustedBones commented 4 months ago

Describe the bug, including details regarding any error messages, version, and platform.

Some changes made to parquet-avro here uses API introduced in avro 1.9.

It should be possible to keep parquet-avro compatibility with older avro version by using the schema builder api instead

Component(s)

No response