Hi!
I insert some data through the jdbc driver and getting unknown exception(ru.yandex.clickhouse.except.ClickHouseUnknownException: ClickHouse exception, code: 1002, host: localhost, port: 8123;)
I understand that it can be error in jdbc-driver, but when I try to do this insert through command line I also get the following error:
addr is not a string at /usr/share/perl/5.20/IO/Socket/IP.pm line 453, <STDIN> line 1.
I do insert like this:
The most strange behavior here is that when there are a lot columns into statement then I get error, but when I don't enumerate columns(i.e. do
) then all is OK.
Maybe there is limit for the query length or something like this(because it seems that when we have not so many columns then all is fine)?
Thanks!