This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new c241170d9 Update changes for the `master` branch (#1348)
c241170d9 is described below
commit c241170d9bc2cd8415b04e06ecea40ed3d80f64d
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue May 7 05:40:36 2024 +0200
Update changes for the `master` branch (#1348)
---
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