Hiroyuki Sato
Hiroyuki Sato
Hello, @rajyan You can change Connecotor/J to 5.1.47+ (not Connector/J 8.x) using `driver_path` option. Could you try it? Could you provide the reproduce configuration/steps like [this](https://github.com/embulk/embulk-output-jdbc/issues/306#issuecomment-1121193440)? I think 🍣 is...
Hello, @idoelad Could you paste the whole stack trace log?. It may help for debugging the error.
Hello, @rajyan Please check this discussion. https://github.com/orgs/embulk/discussions/19 We need to understand the following. * Incompatibility. * Deprecated features. So, We need a summary of What Connector/J changed in the newer...
@rajyan I'll ask other maintainers about your proposal. It is a good start for me. Please wait.
@rajyan I revised #259 and am waiting for the review.
Hello, @case-k-git. Thank you for creating this PR. We know that this problem has been unresolved for a long time. Embulk Core team are investigating how to resolve this issue....
Hello, @makkaba We are still developing the embulk-output-mysql using Connector/J 8.x https://github.com/embulk/embulk-input-jdbc/issues/163 https://github.com/embulk/embulk-input-jdbc/pull/200 Please wait for a while or try [this patch](https://github.com/embulk/embulk-input-jdbc/pull/200/files)
Hello, @JongpilW0N The latest commit has changed many places. So, you can't apply a patch to the latest code easily. If you want to try my modification, you can build...
Hello, @makkaba In my environment, embulk-input-mysql keep space as is. It seems that the problem is not embulk-input-jdbc issue. Could you tell me the reproduce steps and sample data? *...
Hello, @makkaba It seems that your issue is embulk-output-mysql specific. * embulk: 0.9.17 * embulk-output-jdbc: 0.8.5 * MySQL: 5.7.19 mysql-connector-java-5.1.47.jar doesn't work too. (duplicate error) mysql-connector-java-8.0.16.jar doesn't work correctly. ```sql...