Skip to content

Instantly share code, notes, and snippets.

@shanielh
Last active December 27, 2021 06:54
Show Gist options
  • Save shanielh/fce320ea256b286d0ada1b82baa50a2a to your computer and use it in GitHub Desktop.
Save shanielh/fce320ea256b286d0ada1b82baa50a2a to your computer and use it in GitHub Desktop.
patch_snappy_for_parquet
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index 5e61b3103..fc2187a58 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.8</version>
+ <version>1.1.8.4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment