ClickHouse / clickhouse-java

ClickHouse Java Clients & JDBC Driver
https://clickhouse.com
Apache License 2.0
1.44k stars 530 forks source link

[client-v2] Tests and Fixes in scope of SerDe #1830

Closed chernser closed 4 days ago

chernser commented 1 week ago

Summary

Checklist

Delete items not relevant to your PR:

sonarcloud[bot] commented 5 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
60.8% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

chernser commented 5 days ago

I've found that reading AggregationFunction seems has some bug in reading code what causes reading far after real stream ended. I will work in this issue later. Currently it is only for writing.