embulk 0.8.19-java → 0.8.20-java
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 712d772008ef109d5c8538bf387c47dd03cee7f9
|
4
|
+
data.tar.gz: 830a5b47f62cbf01d4d22847ac6f7e94fa1bd742
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ac3d9ee32b716ef7e2f9d7bdb7e479005fb98bbab3e6fc2e2455f221e1b4ce8546ea053c98721f4aec0ee4f3c80f35fd1b6d329af6ea3fad5aba84058e0a9b9
|
7
|
+
data.tar.gz: 1003b9f276f0fddf8b1b0c3b56a73246b4352563d3ddbba59dc53401d588e08f222b3fe7b5bf33bd43d2c9a05baac08710b74b9208acca95677e9655d6c7685e
|
data/build.gradle
CHANGED
@@ -106,7 +106,7 @@ public class PreviewExecutor
|
|
106
106
|
List<FilterPlugin> filterPlugins = newFilterPlugins(task);
|
107
107
|
|
108
108
|
if (inputPlugin instanceof FileInputRunner) { // file input runner
|
109
|
-
Buffer sample = SamplingParserPlugin.runFileInputSampling((FileInputRunner)inputPlugin, config.getNested("in"), createSampleBufferConfigFromExecConfig(
|
109
|
+
Buffer sample = SamplingParserPlugin.runFileInputSampling((FileInputRunner)inputPlugin, config.getNested("in"), createSampleBufferConfigFromExecConfig(task.getExecConfig()));
|
110
110
|
FileInputRunner previewRunner = new FileInputRunner(new BufferFileInputPlugin(sample));
|
111
111
|
return doPreview(task, previewRunner, filterPlugins);
|
112
112
|
}
|
data/embulk-docs/src/release.rst
CHANGED
data/lib/embulk/version.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module Embulk
|
4
4
|
@@warned = false
|
5
5
|
|
6
|
-
VERSION_INTERNAL = '0.8.
|
6
|
+
VERSION_INTERNAL = '0.8.20'
|
7
7
|
|
8
8
|
DEPRECATED_MESSAGE = 'Embulk::VERSION in (J)Ruby is deprecated. Use org.embulk.EmbulkVersion::VERSION instead. If this message is from a plugin, please tell this to the author of the plugin!'
|
9
9
|
def self.const_missing(name)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.20
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
@@ -150,9 +150,9 @@ files:
|
|
150
150
|
- classpath/commons-compress-1.10.jar
|
151
151
|
- classpath/commons-lang-2.4.jar
|
152
152
|
- classpath/commons-lang3-3.4.jar
|
153
|
-
- classpath/embulk-cli-0.8.
|
154
|
-
- classpath/embulk-core-0.8.
|
155
|
-
- classpath/embulk-standards-0.8.
|
153
|
+
- classpath/embulk-cli-0.8.20.jar
|
154
|
+
- classpath/embulk-core-0.8.20.jar
|
155
|
+
- classpath/embulk-standards-0.8.20.jar
|
156
156
|
- classpath/guava-18.0.jar
|
157
157
|
- classpath/guice-4.0.jar
|
158
158
|
- classpath/guice-bootstrap-0.1.1.jar
|
@@ -487,6 +487,7 @@ files:
|
|
487
487
|
- embulk-docs/src/release/release-0.8.18.rst
|
488
488
|
- embulk-docs/src/release/release-0.8.19.rst
|
489
489
|
- embulk-docs/src/release/release-0.8.2.rst
|
490
|
+
- embulk-docs/src/release/release-0.8.20.rst
|
490
491
|
- embulk-docs/src/release/release-0.8.3.rst
|
491
492
|
- embulk-docs/src/release/release-0.8.4.rst
|
492
493
|
- embulk-docs/src/release/release-0.8.5.rst
|