Apache Parquet Java 1.14.2 RC1
Pre-release
Pre-release
Fokko
released this
19 Aug 13:18
·
23 commits
to parquet-1.14.x
since this release
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