Skip to content

Fix crash in FilteredReadStream on task cancellation#18

Merged
emilk merged 1 commit intorelease-3.0.0from
emilk/fix-unwrap-release-3.0.0
Apr 16, 2026
Merged

Fix crash in FilteredReadStream on task cancellation#18
emilk merged 1 commit intorelease-3.0.0from
emilk/fix-unwrap-release-3.0.0

Conversation

@emilk
Copy link
Copy Markdown
Member

@emilk emilk commented Apr 16, 2026

Summary

  • Replace .unwrap() with ? in FilteredReadStream to propagate thread join errors instead of panicking

Test plan

  • Existing tests pass — this is a pure error-handling improvement with no behavioral change

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown

ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

@emilk emilk changed the title Replace .unwrap() with ? in filtered_read.rs Fix crash in FilteredReadStream on task cancellation Apr 16, 2026
@emilk emilk merged commit 1fc1565 into release-3.0.0 Apr 16, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants