Hiroyuki Sato

Results 165 comments of Hiroyuki Sato

@icaiyu @dmikurube mentioned above, https://github.com/embulk/embulk/pull/736#issuecomment-317349995 **we've found that the -r option was not working very well.** Probably, `-r` option does not work as you expected. That's why he asked you...

If you load those files one by one, I recommend you below. It is the simplest way. * Put data files into queue directory. * Create `data` load directory *...

Hello, @euchul95 You need to follow the issue template. What kind of encoder / formatter are you use? It suspect that a plugin does not support v0.11 yet. (Ex, embulk-encoder-commons-compress...

I reproduced the same error with the following configuration. This is because `embulk-encoder-commons-compress` doesn't support v0.11 yet. The input data used that generated by `embulk example`. * embulk: v0.11.0 ```yaml...

CI Failed on the JRuby 9.3.10.0 ``` > bundle install /home/runner/.rubies/jruby-9.3.10.0/bin/bundle config --local path /home/runner/work/embulk-output-bigquery/embulk-output-bigquery/vendor/bundle /home/runner/.rubies/jruby-9.3.10.0/bin/bundle lock Fetching gem metadata from https://rubygems.org/........ Resolving dependencies...... Bundler found conflicting requirements for the...

docker build -m option? https://docs.docker.com/config/containers/resource_constraints/

LGTM👍 Could you squash commits? I'll request another maintainer's review.

@Nozomuts LGTM 👍 Thanks @joker1007 Could you review this PR when you get a chance? This PR reduces storage size dependency gems. Dependency gem size dramatically decreases. ## Dependency Gem...

@p-eye It seems this PR needs additional modification. The trocco-io version already uses this feature https://github.com/trocco-io/embulk-output-bigquery/commit/8343629792b3b15e0f3fe89eab50eb5edd84dd1b I'll take a look at the difference.