This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 2bb35d4f9 ORC-1234: Upgrade `objenesis` to 3.2 in Spark benchmark
2bb35d4f9 is described below
commit 2bb35d4f9ddad1d11dba55a8eaeaf92a16e26855
Author: William Hyun <[email protected]>
AuthorDate: Mon Aug 1 20:39:26 2022 -0700
ORC-1234: Upgrade `objenesis` to 3.2 in Spark benchmark
### What changes were proposed in this pull request?
This Pr aims to upgrade `objenesis` to 3.2 in Spark benchmark
### Why are the changes needed?
To match Spark 3.3.0's `objenesis` version.
### How was this patch tested?
Pass the Cis.
Closes #1204
Closes #1205 from williamhyun/objenesis.
Authored-by: William Hyun <[email protected]>
Signed-off-by: William Hyun <[email protected]>
(cherry picked from commit 535fc4d4e75fd1b9e2187dd7a7766ff9c219b335)
Signed-off-by: William Hyun <[email protected]>
---
java/bench/spark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index cb30b0084..bbc296d1c 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -141,7 +141,7 @@
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
- <version>2.6</version>
+ <version>3.2</version>
<scope>compile</scope>
</dependency>
</dependencies>