You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by wi...@apache.org on 2022/08/02 03:39:33 UTC

[orc] branch main updated: ORC-1234: Upgrade `objenesis` to 3.2 in Spark benchmark

This is an automated email from the ASF dual-hosted git repository.

william 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 535fc4d4e ORC-1234: Upgrade `objenesis` to 3.2 in Spark benchmark
535fc4d4e is described below

commit 535fc4d4e75fd1b9e2187dd7a7766ff9c219b335
Author: William Hyun <wi...@apache.org>
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 <wi...@apache.org>
    Signed-off-by: William Hyun <wi...@apache.org>
---
 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 1fbd5f380..12fa6acd0 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>