Pin semcode revision to work around Lance 2.2 decode panic - #110
Merged
Conversation
semcode fa08493 ("Default new tables to Lance format 2.2") switches new
tables from Lance file format 2.0 to 2.2. Lance's structural full-zip
decoder is only reachable at format >= 2.1, and it panics while updating
the lore FTS index:
lance-encoding-4.0.0/src/encodings/logical/primitive.rs:2849:65:
range end index 3400588958 out of range for slice of length 360654
The nightly ai-review image build tracks semcode main, so this shipped
with the 2026-07-30 image. Every semcode-index run since has failed
(0/28); the panic kills the job before the review runs.
First failure, 2026-07-30T17:13:36Z:
https://github.com/kernel-patches/bpf/actions/runs/30564280227/job/90946136953
Latest, 2026-07-31T16:38:00Z:
https://github.com/kernel-patches/bpf/actions/runs/30647492237/job/91213405955
Pin to b3f52cb, the commit before fa08493. It keeps the dependency bump
and the lore vectorization fix, and drops only the 2.2 default.
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
semcode fa08493 ("Default new tables to Lance format 2.2") switches new tables from Lance file format 2.0 to 2.2. Lance's structural full-zip decoder is only reachable at format >= 2.1, and it panics while updating the lore FTS index:
lance-encoding-4.0.0/src/encodings/logical/primitive.rs:2849:65:
range end index 3400588958 out of range for slice of length 360654
The nightly ai-review image build tracks semcode main, so this shipped with the 2026-07-30 image. Every semcode-index run since has failed (0/28); the panic kills the job before the review runs.
First failure, 2026-07-30T17:13:36Z:
https://github.com/kernel-patches/bpf/actions/runs/30564280227/job/90946136953
Latest, 2026-07-31T16:38:00Z:
https://github.com/kernel-patches/bpf/actions/runs/30647492237/job/91213405955
Pin to b3f52cb, the commit before fa08493. It keeps the dependency bump and the lore vectorization fix, and drops only the 2.2 default.