Sergey Chernov
Sergey Chernov
@dolfinus @maxim-lixakov > The driver should return an array of objects instead of an array of primitives to avoid ClassCastException in Spark. What method do you use to get array...
Good day, @maxsumrall ! Thank you for reporting the issue! Do you close client at any case? The error indicates that underlying client was closed. Would you please try configuring...
@maxsumrall Initially we have created new client v2 API and had to use old client for testing and trying out the new API. While that time we have developed a...
@hiromipaw thank you for reporting. I will look into it. Meanwhile you may add `clickhouse-http-client` as dependency.
Good day, @warleysa! What dependencies do you use?
This problem seems linked to shading of some dependencies. It moves some classes and causes that they are not usable. Review of shaded dependencies is needed.
@hiromipaw I've failed to reproduce the issue with `0.7.1-patch1` and the latest version `0.8.6`. I suspect that it cause by other `com.clickhouse` dependencies. Would you please list everything you have...
@maxim-lixakov Thank you for pointing it out! We've just started with JDBC refactoring.
Dedicated type `Tuple` will be in the jdbc-v2. CC: @mzitnik