embulk-guess-csv_verify 0.10.32-java → 0.10.36-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/embulk-guess-csv-0.10.36.jar +0 -0
- data/classpath/{embulk-guess-csv_verify-0.10.32.jar → embulk-guess-csv_verify-0.10.36.jar} +0 -0
- data/classpath/{embulk-parser-csv-0.10.31.jar → embulk-parser-csv-0.10.36.jar} +0 -0
- data/classpath/{embulk-util-config-0.3.0.jar → embulk-util-config-0.3.1.jar} +0 -0
- data/classpath/{embulk-util-guess-0.1.1.jar → embulk-util-guess-0.2.0.jar} +0 -0
- data/classpath/{embulk-util-json-0.1.0.jar → embulk-util-json-0.1.1.jar} +0 -0
- data/classpath/{embulk-util-text-0.1.0.jar → embulk-util-text-0.1.1.jar} +0 -0
- data/lib/embulk/guess/csv_verify.rb +2 -2
- metadata +9 -9
- data/classpath/embulk-guess-csv-0.10.31.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11eaf1f7679a1a5d5bffc2c92fe4eb81590130442722d37ee660da7791b3198b
|
4
|
+
data.tar.gz: 140d911d74db4885b811b87df811d4c1bbf2dbd6f19923e7e3095833011bfd05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a6878e1d861eb7aa9b01930116dab0dac87b29d3ff3b817c6f19a5ba9a4ad70aea4b65d64f875be03c328b28a73d581e67d3812b970ef93b0d62fd8203aa310
|
7
|
+
data.tar.gz: 3e6952ddd0211855f6e623395ab09bc21a71810f84a0d1805050fa651f8824fed8dbf3df9696ec8131c06da5d96d1dc6dc7705c987bbbb2aa34140f01fb820d2
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -64,7 +64,7 @@ module Embulk
|
|
64
64
|
|
65
65
|
begin
|
66
66
|
guess_plugin_java = CSV_GUESS_PLUGIN_CLASS.new
|
67
|
-
guessed_java = guess_plugin_java.guess_lines(config_to_java(config), config_to_java(sample_lines))
|
67
|
+
guessed_java = guess_plugin_java.guess_lines(config_to_java(config), config_to_java(sample_lines), Java::org.embulk.spi.Exec.getBufferAllocator)
|
68
68
|
if guessed_java.nil?
|
69
69
|
raise "embulk-guess-csv (Java) returned null."
|
70
70
|
end
|
@@ -76,7 +76,7 @@ module Embulk
|
|
76
76
|
end
|
77
77
|
rescue Exception => e
|
78
78
|
# Any error from the Java-based guess plugin should pass-through just with logging.
|
79
|
-
Embulk.logger.error "[Embulk CSV guess verify] #{e.inspect}"
|
79
|
+
Embulk.logger.error "[Embulk CSV guess verify] #{e.inspect}\n\t#{e.backtrace.join("\n\t")}"
|
80
80
|
end
|
81
81
|
|
82
82
|
# This plugin returns a result from the Ruby-based implementation.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-guess-csv_verify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.36
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-
|
13
|
+
date: 2021-11-09 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: Verification-purpose Embulk CSV guess plugin to compare the old Ruby-based
|
16
16
|
one and the new Java-based one (not for your production use; note that 'decoders'
|
@@ -23,15 +23,15 @@ extensions: []
|
|
23
23
|
extra_rdoc_files: []
|
24
24
|
files:
|
25
25
|
- LICENSE
|
26
|
-
- classpath/embulk-guess-csv-0.10.
|
27
|
-
- classpath/embulk-guess-csv_verify-0.10.
|
28
|
-
- classpath/embulk-parser-csv-0.10.
|
29
|
-
- classpath/embulk-util-config-0.3.
|
26
|
+
- classpath/embulk-guess-csv-0.10.36.jar
|
27
|
+
- classpath/embulk-guess-csv_verify-0.10.36.jar
|
28
|
+
- classpath/embulk-parser-csv-0.10.36.jar
|
29
|
+
- classpath/embulk-util-config-0.3.1.jar
|
30
30
|
- classpath/embulk-util-file-0.1.3.jar
|
31
|
-
- classpath/embulk-util-guess-0.
|
32
|
-
- classpath/embulk-util-json-0.1.
|
31
|
+
- classpath/embulk-util-guess-0.2.0.jar
|
32
|
+
- classpath/embulk-util-json-0.1.1.jar
|
33
33
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
34
|
-
- classpath/embulk-util-text-0.1.
|
34
|
+
- classpath/embulk-util-text-0.1.1.jar
|
35
35
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
36
36
|
- classpath/guava-18.0.jar
|
37
37
|
- classpath/icu4j-54.1.1.jar
|
Binary file
|