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
I then converted my representation into a FixedSizeListArray, aiming to pass ValueRef::Array(&FixedSizeListArray, usize) as a parameter to execute and hit the unimplemented! code path for DataType::Float32 in the issue above...
As far as I understand....
I believe Arrow's
DataType::Float64
should be mapped to DuckDB'sDOUBLE
-- andDataType::Float32
is DuckDB'sFLOAT
.duckdb-rs/crates/duckdb/src/types/mod.rs
Lines 119 to 121 in 1096461
Is it a bug that this snippet is mapping
DataType::Float64
toFLOAT
?The text was updated successfully, but these errors were encountered: