Last active
December 27, 2021 06:54
Revisions
-
shanielh revised this gist
Dec 27, 2021 . 1 changed file with 16 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,17 @@ diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml index 379e81b4e..bf9c1c91c 100644 --- a/parquet-cli/pom.xml +++ b/parquet-cli/pom.xml @@ -96,6 +96,12 @@ <version>${hadoop.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.xerial.snappy</groupId> + <artifactId>snappy-java</artifactId> + <version>1.1.8.4</version> + <type>jar</type> + </dependency> </dependencies> <build> -
shanielh revised this gist
Dec 27, 2021 . 1 changed file with 1 addition and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,5 @@ 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 @@ @@ -20,5 +11,3 @@ index 7b5bb484c..e141ce40d 100644 <type>jar</type> <scope>compile</scope> </dependency> -
shanielh revised this gist
Dec 27, 2021 . 1 changed file with 0 additions and 26 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,29 +22,3 @@ index 7b5bb484c..e141ce40d 100644 </dependency> -- 2.32.0 (Apple Git-132) -
shanielh renamed this gist
Dec 27, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
shanielh created this gist
Dec 27, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,50 @@ From b0baa079e9ffdb6ce0166c6fe5fc4e916c8d3a4f Mon Sep 17 00:00:00 2001 From: Shani Elharrar <shani.elha@gmail.com> Date: Mon, 27 Dec 2021 08:30:11 +0200 Subject: [PATCH] snappy-1-1-8-4 --- parquet-hadoop/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml index 7b5bb484c..e141ce40d 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> -- 2.32.0 (Apple Git-132) From b0baa079e9ffdb6ce0166c6fe5fc4e916c8d3a4f Mon Sep 17 00:00:00 2001 From: Shani Elharrar <shani.elha@gmail.com> Date: Mon, 27 Dec 2021 08:30:11 +0200 Subject: [PATCH] snappy-1-1-8-4 --- parquet-hadoop/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml index 7b5bb484c..e141ce40d 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> -- 2.32.0 (Apple Git-132)