-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: add support for custom serialization exception when read bool column type #85
Comments
It's sparse column serialization which was enabled by default in v23.7+ |
Not only a Boolean value. I've got an integer column with zero value (0) or column array of integers. And I get this error in both cases. Yes, setting the value of ratio_of_defaults_for_sparse_serialization=1.0 helps me when creating a table, but this is a bad way to solve the problem Clickhouse latest version |
sure, we will fix this ASAP |
The bug was fixed in the version 3.1.2. |
@victor-sushko, Is any change log will be added to see changes, improvements, some breaking list? |
I updated the changelog, but have not merged it to the main branch yet.
Yes, it should be safe. There were mostly additions for the sparse serialization mode. |
I try read bool column type, but get NotImplementedException "TODO: add support for custom serialization.". In same time nullable bool column type works fine.
Can you solve this problem?
FROM YOUR SOURCE CODE:
ClickHouseTcpClient row 421
PS: clickhouse version 24.1.5.6
The text was updated successfully, but these errors were encountered: