Sergey Chernov
Sergey Chernov
@ikuncoder would you please re-test with latest version (0.6.1)? I've seen it fixed. Thanks in advance!
Looks like timezone issue.
Good day, @ats1999 ! I think, I know where problem is. You are using ClickHousePipedOutputStream that internally has queue of buffers and current buffer. The last one is not submitted...
@ats1999 did it help to add `stream.close();` ?
@lukaseder thank you for reporting the issue. We will look into how to implement this.
Good day, @libob111 ! Thank you for reporting the issue. Few questions: 1. Is CH DB a cloud or on-premise? Who manages it? 2. What are other settings? 3. I'm...
@libob111 @bysph Thank you for the response! We will look into the problem.
Good day, @ats1999 ! `BinaryStreamUtils` is working only with primitives, unfortunately. Simple arrays however may be written with it by writing `vatInt` and then each primitive value. ``` BinaryStreamUtils.writeVarInt(out, array.length)...
@lukaseder thank you for reporting the issue.
# Triage Report - Arrays should be passed as product of `com.clickhouse.jdbc.ClickHouseConnection#createArrayOf` - If invalid type is passed then exception should be thrown - Update docs if needed