Files
lancedb/rust
Bruno Ramirez 32871e97a7 fix: widen zonemap index type support (#4206)
ZoneMap indexes were added to the Rust API in #4199, but LanceDB reused
the BTree type validation when creating them. That made the public
builder reject some types that Lance ZoneMap can support, including
`LargeUtf8`, `Binary`, and `LargeBinary`. This PR gives ZoneMap its own
validation helper so it can accept the broader scalar set while keeping
the rest of the create-index path unchanged.
2026-09-16 13:10:19 -07:00
..