Parquet is a columnar storage format that supports nested data; this module provides Avro integration for reading and writing Parquet files.
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.17.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read a Parquet file using Avro schema
Add hadoop-common and hadoop-client to your project dependencies
No dependency data recorded yet.