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/02/04 17:54:44 UTC

[parquet-mr] branch master updated: PARQUET-1967: Upgrade Zstd-jni to 1.4.8-3 (#859)

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 2b73ce3  PARQUET-1967: Upgrade Zstd-jni to 1.4.8-3 (#859)
2b73ce3 is described below

commit 2b73ce3790bcbbc2126751c1e25c839838fd2534
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu Feb 4 09:54:32 2021 -0800

    PARQUET-1967: Upgrade Zstd-jni to 1.4.8-3 (#859)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 064cf38..0aa03ff 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.0-1</zstd-jni.version>
+    <zstd-jni.version>1.4.8-3</zstd-jni.version>
     <commons-text.version>1.8</commons-text.version>
 
     <!-- properties for the profiles -->