You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by nk...@apache.org on 2019/09/24 08:13:55 UTC

[parquet-mr] branch master updated: PARQUET-1665: Upgrade zstd-jni to 1.4.0-1 (#684)

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

nkollar 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 6e072cf  PARQUET-1665: Upgrade zstd-jni to 1.4.0-1 (#684)
6e072cf is described below

commit 6e072cfa9ff47d45c7ebcac3d03ce5877e33bb4a
Author: Kengo Seki <se...@apache.org>
AuthorDate: Tue Sep 24 17:13:50 2019 +0900

    PARQUET-1665: Upgrade zstd-jni to 1.4.0-1 (#684)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0333e2a..85ec3cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <!-- parquet-cli dependencies -->
     <opencsv.version>2.3</opencsv.version>
     <jcommander.version>1.35</jcommander.version>
-    <zstd-jni.version>1.3.8-6</zstd-jni.version>
+    <zstd-jni.version>1.4.0-1</zstd-jni.version>
   </properties>
 
   <modules>