lancedb/lancedb

examples/simple.rs rust example uses unreleased code

Open

#1,153 opened on Mar 23, 2024

View on GitHub
 (10 comments) (1 reaction) (0 assignees)HTML (876 forks)batch import
Rustdocumentationgood first issue

Repository metrics

Stars
 (10,303 stars)
PR merge metrics
 (Avg merge 2d 17h) (82 merged PRs in 30d)

Description

Description

In examples/simple.rs it has the following code:

use lancedb::arrow::IntoArrow;

...

fn create_some_records() -> Result<impl IntoArrow> {

   ...

}

but on the latest release lancedb = "0.4.13" there is no IntoArrow trait. For example search for "IntoArrow" in this file.

Link

https://lancedb.github.io/lancedb/basic/#installation

Contributor guide