Sergey Chernov

Results 276 comments of Sergey Chernov

Good day, @WellJay ! There are a few changes in `Mutation` class that is returned by `.write()`: - no raw sql. There is one methods instead: `table()`. Client will generate...

Good day, @davimi! There is a CH issue https://github.com/ClickHouse/ClickHouse/issues/62644

@jjtt this dependency is related to the GRPC client and GRPC client is going to be deprecated soon. As I may see this dependency has very old version and only...

I think, this change would be good to adjust for running tests against any host not only cloud. Current version assumes that cloud using https protocol but test host may...

@erinerum thank you for reporting the issue. Btw, what is initial format from which data is getting to prepared statement? Is it possible to use plain java client with one...

@erinerum btw, there is a Slack Community where you may ask questions about ClickHouse https://clickhouse.com/slack We are glad to help!

@AlexanderBobryakov yes, it is in my priority list. Do you have a stack trace for the problem? Thanks!

@AlexanderBobryakov thank you for information! I've looked into the source code of Flink connector - it doesn't check if exception is retriable. For your example, when schema was changed -...

Just to note: 1. current driver behavior is correct because it cleanup resources after committing changes 2. application should properly handle result of batch execution and fill another batch if...