This is an automated email from the ASF dual-hosted git repository.
fokko 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 2c6ceb3 PARQUET-1988: Upgrade to ZSTD 1.4.8-6 (#874)
2c6ceb3 is described below
commit 2c6ceb330bbfd282715730b478714b84418c0749
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 28 00:00:38 2021 -0800
PARQUET-1988: Upgrade to ZSTD 1.4.8-6 (#874)
* PARQUET-1988: Upgrade to ZSTD 1.4.8-5
* Use 1.4.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 12277d2..9839f23 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-3</zstd-jni.version>
+ <zstd-jni.version>1.4.8-6</zstd-jni.version>
<commons-text.version>1.8</commons-text.version>
<!-- properties for the profiles -->