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 6921d758c ORC-1184: Use Hadoop 3.3.3 in benchmark module
6921d758c is described below

commit 6921d758c235f6105ed1f726b8d54e9827cb66be
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 24 00:14:44 2022 -0700

    ORC-1184: Use Hadoop 3.3.3 in benchmark module
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use Apache Hadoop 3.3.3 in `benchmark` module for testing.
    
    ### Why are the changes needed?
    
    This will bring the latest bug fixes in Hadoop library.
    
    ### How was this patch tested?
    
    Pass the CI and manual tests.
    
    Closes #1135 from dongjoon-hyun/ORC-1184.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 95e5829f3e8000ed26c21276a156e4ae29a41c8d)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/bench/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 4f5c960df..9fba326da 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -37,7 +37,7 @@
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.12.2</parquet.version>
     <spark.version>3.2.1</spark.version>
-    <hadoop.version>3.3.1</hadoop.version>
+    <hadoop.version>3.3.3</hadoop.version>
     <junit.version>5.8.2</junit.version>
   </properties>
 

Reply via email to