This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 116caf6c2 ORC-1178: Use Hadoop 3.3.3 on Java 17+ (#1129)
116caf6c2 is described below
commit 116caf6c2f573af7721a38911d1f9e219c11380f
Author: William Hyun <[email protected]>
AuthorDate: Thu May 19 18:30:32 2022 -0700
ORC-1178: Use Hadoop 3.3.3 on Java 17+ (#1129)
### What changes were proposed in this pull request?
This PR aims to use Hadoop 3.3.3 on Java 17 and above.
### Why are the changes needed?
To bring the latest bug fixes.
### How was this patch tested?
Pass the Java 17 CI.
(cherry picked from commit 56a2e94af1c4ba340e515e4924c3ef58e7d20edb)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index e3211b4a0..dd497c80b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -471,9 +471,9 @@
<jdk>[17,)</jdk>
</activation>
<properties>
- <min.hadoop.version>3.3.2</min.hadoop.version>
- <hadoop.version>3.3.2</hadoop.version>
- <tools.hadoop.version>3.3.2</tools.hadoop.version>
+ <min.hadoop.version>3.3.3</min.hadoop.version>
+ <hadoop.version>3.3.3</hadoop.version>
+ <tools.hadoop.version>3.3.3</tools.hadoop.version>
</properties>
</profile>
</profiles>