Hitoshi Tanaka

Results 27 issues of Hitoshi Tanaka

Environment: * Windows 7 (64bit) * Java 8 * Embulk 0.9.20 When a windows file has a long name (ex. `long_long_name`), it also has a short name (ex. `LONG_L~1`) If...

Support option for skipping error records instead of aborting. Error records should be written in log file (or another OutputPlugin?). And user may want to know number of error records.

- test for `temp_database` - test for `schema` - test for `temp_schema`

They work on Windows and with certain versions of DBMSs.

I suppose embulk-output-db2 is not used much. For easier maintenance of embulk-output-jdbc, it would better to move it from embulk-output-jdbc to my repository.

embulk-output-jdbc uses Julian calendar before 1582. embulk uses Gregorian calendar before 1582. As a result, for example, if embulk inputs 1000/1/1 from CSV, embulk-output-jdbc will output 999/12/26.

Caused by: java.lang.AssertionError at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:12146) at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:246) at org.embulk.output.jdbc.StandardBatchInsert.flush(StandardBatchInsert.java:74) at org.embulk.output.jdbc.StandardBatchInsert.finish(StandardBatchInsert.java:87) at org.embulk.output.jdbc.AbstractJdbcOutputPlugin$PluginPageOutput$4.run(AbstractJdbcOutputPlugin.java:976) at org.embulk.output.jdbc.AbstractJdbcOutputPlugin$RetryableSQLExecution.call(AbstractJdbcOutputPlugin.java:1070) at org.embulk.output.jdbc.AbstractJdbcOutputPlugin$RetryableSQLExecution.call(AbstractJdbcOutputPlugin.java:1058) at org.embulk.spi.util.RetryExecutor.run(RetryExecutor.java:100) at org.embulk.spi.util.RetryExecutor.runInterruptible(RetryExecutor.java:77) at org.embulk.output.jdbc.AbstractJdbcOutputPlugin.withRetry(AbstractJdbcOutputPlugin.java:1042) at org.embulk.output.jdbc.AbstractJdbcOutputPlugin.withRetry(AbstractJdbcOutputPlugin.java:1035) at org.embulk.output.jdbc.AbstractJdbcOutputPlugin$PluginPageOutput.finish(AbstractJdbcOutputPlugin.java:972) at org.embulk.exec.LocalExecutorPlugin$ScatterTransactionalPageOutput.finish(LocalExecutorPlugin.java:496) at...

Replace mode will create target table from input columns. But it may be different from the original table. We can create the target table same as the original table with...

embulk-output-redshift doesn't support NULL merge keys ( #196 ) . Other plugins may not support NULL merge keys. If so, we should update README.