embulk-output-utf8parquet 1.1.4 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e01003f60027102135688cf3466416c3fc791026
4
- data.tar.gz: 88912dcc82bccb219c5597f1c608554909a1c540
3
+ metadata.gz: d8ce33339730fb96f0caca843a947bb283ec6b4f
4
+ data.tar.gz: 3a081124d5ae3c8a35c73b6502ca51a6d6bc934d
5
5
  SHA512:
6
- metadata.gz: c8b9869a36c357dd753f6692474624362601a14764b34d54c39b0ae535cebeb5c57e0e0bf01def609f521aa3b7ac03ee0896ed9345b4fc848fec6ab273dbbd6d
7
- data.tar.gz: 0fb8f792aef4fa5f668ac39a4df51424c51c44d44418eb2f00e09ff7b72bb73275a4a9541e7addce77b40cde448c5e4e03eaa9528ac86920bb307f031b1024a3
6
+ metadata.gz: e8b432b0c82292a9a8767fd39e88045adb9969a7179f9f3753da43d98b891c2d150ed1716cae97b3a339ddb058d4493aa7bd545fb09d8d010646bf5281ea15fe
7
+ data.tar.gz: 16f1b7ad1382b18e3a7d42503d3dd11e0709d98b8c804009189c6eacce118f2a2c44ccfe9d1b72864ab5f520701f79c934281c47b06b37da391386be026ffcc0
data/build.gradle CHANGED
@@ -16,7 +16,7 @@ configurations {
16
16
  runtime.exclude group: "log4j", module: "log4j"
17
17
  }
18
18
 
19
- version = "1.1.4"
19
+ version = "1.1.6"
20
20
 
21
21
  sourceCompatibility = 1.7
22
22
  targetCompatibility = 1.7
@@ -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"
4
+ spec.version = "1.1.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.]
@@ -209,6 +209,12 @@ public class EmbulkWriteSupport
209
209
  fields.add(new PrimitiveType(Type.Repetition.OPTIONAL, PrimitiveTypeName.BINARY, column.getName(), OriginalType.UTF8));
210
210
  }
211
211
 
212
+ @Override
213
+ public void jsonColumn(Column column)
214
+ {
215
+ fields.add(new PrimitiveType(Type.Repetition.OPTIONAL, PrimitiveTypeName.BINARY, column.getName(), OriginalType.UTF8));
216
+ }
217
+
212
218
  @Override
213
219
  public void timestampColumn(Column column)
214
220
  {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-utf8parquet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-26 00:00:00.000000000 Z
11
+ date: 2022-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -178,7 +178,6 @@ files:
178
178
  - classpath/kerb-admin-1.0.1.jar
179
179
  - classpath/hadoop-mapreduce-client-core-3.3.3.jar
180
180
  - classpath/javax.ws.rs-api-2.1.1.jar
181
- - classpath/embulk-output-utf8parquet-1.1.4.jar
182
181
  - classpath/j2objc-annotations-1.1.jar
183
182
  - classpath/paranamer-2.3.jar
184
183
  - classpath/kerb-client-1.0.1.jar
@@ -191,6 +190,7 @@ files:
191
190
  - classpath/reload4j-1.2.18.3.jar
192
191
  - classpath/token-provider-1.0.1.jar
193
192
  - classpath/accessors-smart-2.4.7.jar
193
+ - classpath/embulk-output-utf8parquet-1.1.6.jar
194
194
  - classpath/jersey-core-1.19.jar
195
195
  - classpath/json-smart-2.4.7.jar
196
196
  - classpath/commons-beanutils-1.9.4.jar