This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 95e5829f3 ORC-1184: Use Hadoop 3.3.3 in benchmark module
95e5829f3 is described below
commit 95e5829f3e8000ed26c21276a156e4ae29a41c8d
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]>
---
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 27c1b7bdf..0e41c1c3e 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>