embulk-output-utf8parquet 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gradle/3.2.1/taskArtifacts/fileHashes.bin +0 -0
- data/.gradle/3.2.1/taskArtifacts/fileSnapshots.bin +0 -0
- data/.gradle/3.2.1/taskArtifacts/taskArtifacts.bin +0 -0
- data/.gradle/3.2.1/taskArtifacts/taskArtifacts.lock +0 -0
- data/build.gradle +1 -1
- data/classpath/{embulk-output-utf8parquet-1.0.5.jar → embulk-output-utf8parquet-1.0.6.jar} +0 -0
- data/embulk-output-utf8parquet.gemspec +1 -1
- metadata +2 -5
- data/pkg/embulk-output-utf8parquet-1.0.1.gem +0 -0
- data/pkg/embulk-output-utf8parquet-1.0.2.gem +0 -0
- data/pkg/embulk-output-utf8parquet-1.0.3.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bff7a4079fd900f3b221e6a6b1624cc0cadcf261
|
4
|
+
data.tar.gz: f335fa1eeb83fca996b0659192e000a36cd9f8b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0bdc6866134f1dc93bdc947b2a6cbd46d92da50eb14c8fc95e8bac19762363dadf0406c51fc2b8e84e6a9d57f25b6e5edece20ec8d76c23884e65cc61f379e4
|
7
|
+
data.tar.gz: 8e2cdacd7650cde1b6a468bc72141e91609ccfc9d87f102badd53ad6680588285f61a520b20e0be2c1a80e0589d86f6991db1687c69b763aec043abda815310e
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/build.gradle
CHANGED
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
Gem::Specification.new do |spec|
|
3
3
|
spec.name = "embulk-output-utf8parquet"
|
4
|
-
spec.version = "1.0.
|
4
|
+
spec.version = "1.0.6"
|
5
5
|
spec.authors = ["Angelos Alexopoulos"]
|
6
6
|
spec.summary = %[Parquet output plugin for Embulk with UTF8 support]
|
7
7
|
spec.description = %[Parquet output plugin is an Embulk plugin that loads records to Parquet read by any input plugins. Search the input plugins by "embulk-input" keyword.]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-utf8parquet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Angelos Alexopoulos
|
@@ -112,7 +112,6 @@ files:
|
|
112
112
|
- classpath/curator-client-2.7.1.jar
|
113
113
|
- classpath/curator-framework-2.7.1.jar
|
114
114
|
- classpath/curator-recipes-2.7.1.jar
|
115
|
-
- classpath/embulk-output-utf8parquet-1.0.5.jar
|
116
115
|
- classpath/gson-2.2.4.jar
|
117
116
|
- classpath/hadoop-annotations-2.7.1.jar
|
118
117
|
- classpath/hadoop-auth-2.7.1.jar
|
@@ -183,13 +182,11 @@ files:
|
|
183
182
|
- gradlew
|
184
183
|
- gradlew.bat
|
185
184
|
- lib/embulk/output/utf8parquet.rb
|
186
|
-
- pkg/embulk-output-utf8parquet-1.0.1.gem
|
187
|
-
- pkg/embulk-output-utf8parquet-1.0.2.gem
|
188
|
-
- pkg/embulk-output-utf8parquet-1.0.3.gem
|
189
185
|
- src/main/java/org/embulk/output/EmbulkWriteSupport.java
|
190
186
|
- src/main/java/org/embulk/output/EmbulkWriterBuilder.java
|
191
187
|
- src/main/java/org/embulk/output/ParquetOutputPlugin.java
|
192
188
|
- src/test/java/org/embulk/output/ParquetOutputPluginTest.java
|
189
|
+
- classpath/embulk-output-utf8parquet-1.0.6.jar
|
193
190
|
homepage: https://github.com/alexopoulos7/embulk-output-utf8parquet
|
194
191
|
licenses:
|
195
192
|
- MIT
|
Binary file
|
Binary file
|
Binary file
|