chingren-ooi

Results 4 comments of chingren-ooi

Hey, I've successfully obtained the correct output following your advice. Can we expect any update or fix to the current `describe()` functionality? ``` use datafusion::logical_expr::aggregate_function; use datafusion::logical_expr::expr::AggregateFunction; ``` ``` fn...

same for lancedb = "0.4.15", the IntoArrow in examples/simple.rs leads to this error. `the trait lancedb::arrow::arrow_array::RecordBatchReader is not implemented for RecordBatchIterator>`

This is my Cargo.toml ``` [dependencies] arrow-array = "51.0.0" arrow-schema = "51.0.0" lancedb = "0.4.15" tokio = "1.37.0" ``` Tried out with the simple.rs ``` use arrow_array::types::Float32Type; use arrow_array::{FixedSizeListArray, Int32Array,...