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
when execute insert, error:
thread 'main' panicked at /Users/gao.wei.strive/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/clickhouse-0.11.6/src/rowbinary/ser.rs:168:9:
not yet implemented
please help me , thanks.
The text was updated successfully, but these errors were encountered:
It's possible to support real maps (HashMap, BTreeMap, IndexMap etc) directly without using &[tuple], but it opens a large space for bugs because of #[serde(flatten)], serde_value::Value and other things which all should be handled correctly (or it ends with a lot of issues because of schema mismatch), that's not trivial.
ck table columns:
and rust struct :
when execute insert, error:
thread 'main' panicked at /Users/gao.wei.strive/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/clickhouse-0.11.6/src/rowbinary/ser.rs:168:9:
not yet implemented
please help me , thanks.
The text was updated successfully, but these errors were encountered: