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-mr.git
The following commit(s) were added to refs/heads/parquet-1.14.x by this push:
new 06c82b29e Update changes (#1347)
06c82b29e is described below
commit 06c82b29e8fdd020fbb34e9b8c6a269d7c96d3ed
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue May 7 05:40:26 2024 +0200
Update changes (#1347)
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 0f20ab2ba..459673fef 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -51,6 +51,7 @@ Release Notes - Parquet - Version 1.14.0
* [PARQUET-2456](https://issues.apache.org/jira/browse/PARQUET-2456) - avro
schema conversion may fail with name conflict when using fixed types
* [PARQUET-2457](https://issues.apache.org/jira/browse/PARQUET-2457) -
Missing maven-scala-plugin version
* [PARQUET-2458](https://issues.apache.org/jira/browse/PARQUET-2458) - Java
compiler should use release instead of source/target
+* [PARQUET-2465](https://issues.apache.org/jira/browse/PARQUET-2465) - Fall
back to Hadoop Configuration
#### New Feature