You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jkaflik
changed the title
Custom serialisation not supported error for ClickHouse 23.7
Driver broken due to custom serialisation not supported error for ClickHouse 23.7
Jul 31, 2023
jkaflik
changed the title
Driver broken due to custom serialisation not supported error for ClickHouse 23.7
Driver broken due to custom sparse serialisation not supported in ClickHouse 23.7
Jul 31, 2023
jkaflik
changed the title
Driver broken due to custom sparse serialisation not supported in ClickHouse 23.7
Driver broken due to custom sparse serialisation not supported with ClickHouse 23.7
Aug 2, 2023
Describe the bug
Steps to reproduce
This is reproducible using tests against ClickHouse 23.7 or newer. Breaks working with clickhouse-go with the newest versions of ClickHouse.
Error: https://github.com/ClickHouse/clickhouse-go/actions/runs/5688584217/job/15479144836#step:4:678
Expected behaviour
No error appears.
This is likely due to a change in ClickHouse introduced in: ClickHouse/ClickHouse#49631
Driver (ch-go as well) does not support custom sparse serialization.
A possible walkaround is to set
ratio_of_defaults_for_sparse_serialization = 1
for MergeTree tables.The text was updated successfully, but these errors were encountered: