You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2021/03/09 08:29:22 UTC

[parquet-mr] branch master updated: PARQUET-1994: Upgrade ZSTD JNI to 1.4.9-1 (#880)

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

gabor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 66ac28c  PARQUET-1994: Upgrade ZSTD JNI to 1.4.9-1 (#880)
66ac28c is described below

commit 66ac28ce232c586626f53b72110276ea45ec5fa2
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Tue Mar 9 00:29:11 2021 -0800

    PARQUET-1994: Upgrade ZSTD JNI to 1.4.9-1 (#880)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9839f23..20a30f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <!-- parquet-cli dependencies -->
     <opencsv.version>2.3</opencsv.version>
     <jcommander.version>1.72</jcommander.version>
-    <zstd-jni.version>1.4.8-6</zstd-jni.version>
+    <zstd-jni.version>1.4.9-1</zstd-jni.version>
     <commons-text.version>1.8</commons-text.version>
 
     <!-- properties for the profiles -->