| Method and Description |
|---|
| org.apache.parquet.avro.AvroParquetReader.builder(Path)
will be removed in 2.0.0; use
AvroParquetReader.builder(InputFile) instead. |
| org.apache.parquet.avro.AvroParquetWriter.builder(Path)
will be removed in 2.0.0; use
AvroParquetWriter.builder(OutputFile) instead. |
| org.apache.parquet.avro.AvroParquetReader.genericRecordReader(Path)
will be removed in 2.0.0; use
AvroParquetReader.genericRecordReader(InputFile) instead. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.