Apache Parquet Java 1.14.2
Fokko
released this
28 Aug 12:09
·
126 commits
to master
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
- GH-2992: Gate LocalTimestamp references in AvroSchemaConverter
- 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