From a1ab6d29baf0f00ad7b9de48a84109bbb3d29b76 Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Thu, 13 Jun 2024 12:51:50 +0800 Subject: [PATCH] Update release note for 1.14.1 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 459673fef7..9eb92861fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,16 @@ # Parquet # +### Version 1.14.1 ### + +Release Notes - Parquet - Version 1.14.1 + +#### Bug + +* [PARQUET-2468](https://issues.apache.org/jira/browse/PARQUET-2468) - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled() +* [PARQUET-2472](https://issues.apache.org/jira/browse/PARQUET-2472) - Close resources in finally block in ParquetFileWriter#end +* [PARQUET-2498](https://issues.apache.org/jira/browse/PARQUET-2498) - Hadoop vector IO API doesn't handle empty list of ranges + ### Version 1.14.0 ### Release Notes - Parquet - Version 1.14.0