What's Changed
- GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
- GH-2956: Use avro SchemaBuilder API to convert record
- GH-2935: Avoid double close of ParquetFileWriter
- PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
- PARQUET-1126: Write unencrypted Parquet files without Hadoop
- PARQUET-2472: Close in finally block in
ParquetFileWriter#end