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 d7823c582 ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2
d7823c582 is described below

commit d7823c5825c6f3cf3f91da453fd14c3076c3e81e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jul 24 01:07:58 2022 -0700

    ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to bump `tools.hadoop.version` to 2.10.2 for Apache ORC 1.8.0.
    
    ### Why are the changes needed?
    
    To improve tools.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1188 from dongjoon-hyun/ORC-1222.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit d14708057355b36750c09c6fa70bf3cd03af6a04)
    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 2da43cfe7..f86a0fdfb 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -72,7 +72,7 @@
 
     <min.hadoop.version>2.7.3</min.hadoop.version>
     <hadoop.version>2.7.3</hadoop.version>
-    <tools.hadoop.version>2.10.1</tools.hadoop.version>
+    <tools.hadoop.version>2.10.2</tools.hadoop.version>
     <storage-api.version>2.8.1</storage-api.version>
     <zookeeper.version>3.8.0</zookeeper.version>
     <maven.version>3.8.6</maven.version>

Reply via email to