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
This data type stores any time as u64 whereas clickhouse does store negatives (i64). So times like 1900-01-01 00:00:00 cannot be converted (since signed integers are converted to unsigned int).
The text was updated successfully, but these errors were encountered:
Description
There are issues with the Klickhouse lib that we use:
https://docs.rs/klickhouse/latest/klickhouse/struct.DynDateTime64.html
This data type stores any time as u64 whereas clickhouse does store negatives (i64). So times like 1900-01-01 00:00:00 cannot be converted (since signed integers are converted to unsigned int).
The text was updated successfully, but these errors were encountered: