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

dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 2093c8bc1 ORC-1431: Use parquet to 1.13.1 in bench module
2093c8bc1 is described below

commit 2093c8bc170cfe4ea59ff059149677bf54b24d51
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun May 21 02:18:40 2023 -0700

    ORC-1431: Use parquet to 1.13.1 in bench module
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use Apache Parquet 1.13.1 in `bench` module.
    
    ### Why are the changes needed?
    
    Apache Parquet 1.13.1 is released.
    - https://parquet.apache.org/blog/2023/05/18/1.13.1/
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1510 from dongjoon-hyun/ORC-1431.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 1d9ba42861ae351978a511c1b6488526456d98a9)
    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 12c02e4e0..714e18cb2 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -39,7 +39,7 @@
     <jmh.version>1.20</jmh.version>
     <junit.version>5.9.3</junit.version>
     <orc.version>${project.version}</orc.version>
-    <parquet.version>1.13.0</parquet.version>
+    <parquet.version>1.13.1</parquet.version>
     <spark.version>3.4.0</spark.version>
   </properties>
 

Reply via email to