This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new 171b39198 ORC-1921: Upgrade Hadoop to 3.4.2
171b39198 is described below
commit 171b391987e6686d124d7c91702ccc3b98e49533
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Aug 29 10:42:33 2025 -0700
ORC-1921: Upgrade Hadoop to 3.4.2
### What changes were proposed in this pull request?
This PR aims to upgrade Apache Hadoop to 3.4.2.
### Why are the changes needed?
To bring the latest bug fixes.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2270 from dongjoon-hyun/ORC-1921.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit cc75112965c81c0f9eff9f467bc259c6678c5b8b)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index b10762eb4..72a253d73 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -65,7 +65,7 @@
<checkstyle.version>10.26.1</checkstyle.version>
<commons-cli.version>1.10.0</commons-cli.version>
<example.dir>${project.basedir}/../../examples</example.dir>
- <hadoop.version>3.4.1</hadoop.version>
+ <hadoop.version>3.4.2</hadoop.version>
<java.version>17</java.version>
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
<jts.version>1.20.0</jts.version>