lancedb icon indicating copy to clipboard operation
lancedb copied to clipboard

bug(node): range end index 409300136 out of range for slice of length 624

Open ahaapple opened this issue 6 months ago • 4 comments

LanceDB version

0.8.0 @lancedb/lancedb

What happened?

thread 'tokio-runtime-worker' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lance-0.15.0/src/dataset.rs:355:43:
range end index 409300136 out of range for slice of length 501
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

range end index 409300136 out of range for slice of length 565

thread 'tokio-runtime-worker' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lance-0.15.0/src/dataset.rs:355:43:
range end index 409300136 out of range for slice of length 624
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: Panic in async function
 code: "GenericFailure"


thread 'tokio-runtime-worker' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lance-0.15.0/src/dataset.rs:355:43:
range end index 409300136 out of range for slice of length 624
error: Panic in async function
 code: "GenericFailure"

Are there known steps to reproduce?

https://github.com/memfreeme/vector-test/

Here are the simplest steps to reproduce.

https://github.com/memfreeme/vector-test/tree/main/broken-data Is the data directory corrupted

ahaapple avatar Aug 09 '24 15:08 ahaapple