This is an automated email from the ASF dual-hosted git repository. gangwu pushed a commit to branch parquet-1.14.x in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit a1ab6d29baf0f00ad7b9de48a84109bbb3d29b76 Author: Gang Wu <[email protected]> AuthorDate: Thu Jun 13 12:51:50 2024 +0800 Update release note for 1.14.1 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 459673fef..9eb92861f 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
