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
Insert a visit with goals Price containing a null value:
Expected behaviour
Since it is possible to create such nullable fields, the client should be able to handle them and serialize them successfully.
Error log
Caused by: java.lang.IllegalArgumentException: Cannot convert null to Integer
at com.clickhouse.client.api.internal.SerializerUtils.convertToInteger(SerializerUtils.java:225)
Environment
Client version: 0.7.0
Language version: java17
OS:
ClickHouse server
ClickHouse Server version: 23.3.18.15
I have created this PR which fixes the issue (apparently)
The text was updated successfully, but these errors were encountered:
chernser
changed the title
Client v2 failing when serializing nested nullable columns.
[client-v2] failing when serializing nested nullable columns.
Oct 9, 2024
Describe the bug
Create the following table
Steps to reproduce
Expected behaviour
Since it is possible to create such nullable fields, the client should be able to handle them and serialize them successfully.
Error log
Environment
ClickHouse server
I have created this PR which fixes the issue (apparently)
The text was updated successfully, but these errors were encountered: