Sadayuki Furuhashi

Results 15 issues of Sadayuki Furuhashi

Some databases can store nested values. Some file formats such as JSON or XM have nested values. To transfer between those databases and file formats, embulk needs to support nested...

new feature
large-change-or-large-impact

We often have this kind of use case: - Read src_accounts.csv file and write to `accounts` table on PostgreSQL - Read src_payments.csv file and write to `payments` table on PostgreSQL...

help wanted
new feature

`MessagePacker#packBigInteger(BigInteger)` throws `IllegalArgumentException` if given integer is bigger than maximum value of uint64 or smaller than minimum value of int64. This behavior itself is OK but error handling is difficult...

There is only 1 type of guess plugin (GuessPlugin). However, each plugin type wants to get specialized information. - guess for InputPlugin / FileInputPlugin: - ok with GuessPlugin - guess...

large-change-or-large-impact

Managing dependencies with minor version is impossible and thus just trust community and upgrade everything which should be still better than security issues.

`ObjectSpace.each_object` loop takes very long time if there're large number of objects. It's not good idea to not show report for long time and keep consuming CPU. This change adds...

This pull-request follows up #30. - this change adds Duration class to get duration parameters so that we can use usec, msec, sec, min, hour and day suffix in parameter....

Some database (or JDBC) implementations can convert integer or double into decimal column. In this case, Java code doesn't have to instantiate BigDecimal object.

Apparently, timeout (SO_RCVTIMEO) is not set Timeout can be set by default safely because most of operations are designed to be idempotent and have retrying. Stacktrace: https://gist.github.com/tasuku-s/6d98b2091879b686ec91