Sergey Chernov
Sergey Chernov
Good day, @artem-zinnatullin I understand your pain. But we may not close response before returning it because it will close socket stream and connection will be release. Other API methods...
Good day, @javiercj93! Thank you for reporting! We will look into it.
@eyal-mishor I agree - will try to look as soon as possible.
not applicable for new client-v2
Client-v2 allows writing JSON as string. https://github.com/ClickHouse/clickhouse-java/pull/1909
Would it be a good idea to follow guidelines for the `User-Agent` header? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent It means that client will add its version on its own and result would look like...
Just in case here is a Java Client issue https://github.com/ClickHouse/clickhouse-java/issues/1698
Fixed in the latest version of driver. Please use `Connection.createArrayOf()` and `java.sql.Connection#createStruct`
@maxim-lixakov, thank you for reporting the issue. It will look into it. Btw, ClickHouse has own Spark connector. Please see https://clickhouse.com/docs/en/integrations/apache-spark Thanks!
Good day, @dolfinus ! Thank you for the update! I will verify it anyway then on the HEAD.