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/06/10 07:52:14 UTC

[parquet-mr] branch master updated: PARQUET-2057: Upgrade ZSTD-JNI to 1.5.0-1 (#914)

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 45864ff  PARQUET-2057: Upgrade ZSTD-JNI to 1.5.0-1 (#914)
45864ff is described below

commit 45864ff1bb3f0762b1895c1245d7ace9a60191d1
Author: David Christle <dc...@users.noreply.github.com>
AuthorDate: Thu Jun 10 00:52:02 2021 -0700

    PARQUET-2057: Upgrade ZSTD-JNI to 1.5.0-1 (#914)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 870c111..738b527 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <!-- parquet-cli dependencies -->
     <opencsv.version>2.3</opencsv.version>
     <jcommander.version>1.72</jcommander.version>
-    <zstd-jni.version>1.4.9-1</zstd-jni.version>
+    <zstd-jni.version>1.5.0-1</zstd-jni.version>
     <commons-text.version>1.8</commons-text.version>
 
     <!-- properties for the profiles -->