lance icon indicating copy to clipboard operation
lance copied to clipboard

v2 format does not handle `Dictionary<_, LargeString>`

Open westonpace opened this issue 1 year ago • 1 comments

An error is thrown:

thread 'lance_background_thread' panicked at /home/pace/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrow-buffer-52.2.0/src/buffer/immutable.rs:222:9:
the offset of the new Buffer cannot exceed the existing length
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'lance_background_thread' panicked at /home/pace/dev/lance/rust/lance-encoding/src/decoder.rs:1267:65:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(74), ...)

westonpace avatar Sep 04 '24 18:09 westonpace

Was just about to open a ticket for this, glad you noticed it first! 😃

benmayersohn avatar Sep 06 '24 17:09 benmayersohn