Skip to content

Commit

Permalink
Update release note for 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Jun 13, 2024
1 parent ab2fa91 commit a1ab6d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit a1ab6d2

@hellishfire
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fokko
I found that the second bug fix, PARQUET-2472, is actually not cherry picked in 1.14.1
Perhaps include it in 1.14.2?

@Fokko
Copy link
Contributor

@Fokko Fokko commented on a1ab6d2 Jul 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hellishfire You're right :/

It is actually missing on the master branch: https://github.com/apache/parquet-java/blob/master/CHANGES.md

I'll include it in 1.4.2

Please sign in to comment.