embulk-output-utf8parquet 1.1.0 → 1.1.2
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/build.gradle +1 -1
- data/classpath/{embulk-output-utf8parquet-1.1.0.jar → embulk-output-utf8parquet-1.1.2.jar} +0 -0
- data/embulk-output-utf8parquet.gemspec +1 -1
- metadata +2 -7
- data/build/libs/embulk-output-utf8parquet-1.0.3.jar +0 -0
- data/build/libs/embulk-output-utf8parquet-1.0.5.jar +0 -0
- 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: 7f66b414441c22373eeb47ed162729ad5b6229eb
|
4
|
+
data.tar.gz: 3efa7ca53e7e2b67d209291de3582b972914abfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 711873d22419ac3412e29c75da9cca5c08f399a2a9dd18ad75dd58fb24228e4e16563623457d00908799d3bc374672b1f4ece7d4111525d7d274e71560691720
|
7
|
+
data.tar.gz: 5c7bd0f96a671c098cc3bed73e35466bbac9b2864325cc3029e06135a53a29778fb411ee383dfff7ef3e7eea14306797b9d7601042061f8076d00ec26b61d71e
|
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.1.
|
4
|
+
spec.version = "1.1.2"
|
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.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Angelos Alexopoulos
|
@@ -67,8 +67,6 @@ files:
|
|
67
67
|
- build/libs/embulk-output-utf8parquet-1.0.0.jar
|
68
68
|
- build/libs/embulk-output-utf8parquet-1.0.1.jar
|
69
69
|
- build/libs/embulk-output-utf8parquet-1.0.2.jar
|
70
|
-
- build/libs/embulk-output-utf8parquet-1.0.3.jar
|
71
|
-
- build/libs/embulk-output-utf8parquet-1.0.5.jar
|
72
70
|
- build/reports/checkstyle/main.html
|
73
71
|
- build/reports/checkstyle/main.xml
|
74
72
|
- build/reports/checkstyle/test.html
|
@@ -176,9 +174,6 @@ files:
|
|
176
174
|
- gradlew
|
177
175
|
- gradlew.bat
|
178
176
|
- lib/embulk/output/utf8parquet.rb
|
179
|
-
- pkg/embulk-output-utf8parquet-1.0.1.gem
|
180
|
-
- pkg/embulk-output-utf8parquet-1.0.2.gem
|
181
|
-
- pkg/embulk-output-utf8parquet-1.0.3.gem
|
182
177
|
- src/main/java/org/embulk/output/EmbulkWriteSupport.java
|
183
178
|
- src/main/java/org/embulk/output/EmbulkWriterBuilder.java
|
184
179
|
- src/main/java/org/embulk/output/ParquetOutputPlugin.java
|
@@ -186,7 +181,7 @@ files:
|
|
186
181
|
- classpath/joda-time-2.10.14.jar
|
187
182
|
- classpath/log4j-api-2.17.1.jar
|
188
183
|
- classpath/log4j-core-2.17.1.jar
|
189
|
-
- classpath/embulk-output-utf8parquet-1.1.
|
184
|
+
- classpath/embulk-output-utf8parquet-1.1.2.jar
|
190
185
|
homepage: https://github.com/alexopoulos7/embulk-output-utf8parquet
|
191
186
|
licenses:
|
192
187
|
- MIT
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|