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
thread 'main' panicked at 'not implemented', /home/doowonee/.cargo/registry/src/github.com-1ecc6299db9ec823/clickhouse-rs-1.0.0-alpha.1/src/types/column/datetime64.rs:53:9
stack backtrace:
0: rust_begin_unwind
at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/std/src/panicking.rs:498:5
1: core::panicking::panic_fmt
at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/panicking.rs:107:14
2: core::panicking::panic
at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/panicking.rs:48:5
3: <clickhouse_rs::types::column::datetime64::DateTime64ColumnData as clickhouse_rs::types::column::column_data::ColumnData>::save
at /home/doowonee/.cargo/registry/src/github.com-1ecc6299db9ec823/clickhouse-rs-1.0.0-alpha.1/src/types/column/datetime64.rs:53:9
4: <clickhouse_rs::types::column::chunk::ChunkColumnData as clickhouse_rs::types::column::column_data::ColumnData>::save
at /home/doowonee/.cargo/registry/src/github.com-1ecc6299db9ec823/clickhouse-rs-1.0.0-alpha.1/src/types/column/chunk.rs:30:9
5: clickhouse_rs::types::column::Column<K>::write
at /home/doowonee/.cargo/registry/src/github.com-1ecc6299db9ec823/clickhouse-rs-1.0.0-alpha.1/src/types/column/mod.rs:223:9
6: clickhouse_rs::types::block::Block<K>::write
at /home/doowonee/.cargo/registry/src/github.com-1ecc6299db9ec823/clickhouse-rs-1.0.0-alpha.1/src/types/block/mod.rs:365:17
7: clickhouse_rs::types::block::Block<K>::send_data
And I see the source code and It was not implemented yet
I use the latest version which is
1.0.0-alpha.1
cause tokio 1.xHere is the code to use DateTime64
But It crashed like below
And I see the source code and It was not implemented yet
Am I using wrong?
The text was updated successfully, but these errors were encountered: