Skip to content

fix: segments-based LazyFrame error - #414

Merged
rich-iannone merged 2 commits into
mainfrom
fix-segments-lazyframe-error
Jul 27, 2026
Merged

fix: segments-based LazyFrame error#414
rich-iannone merged 2 commits into
mainfrom
fix-segments-lazyframe-error

Conversation

@rich-iannone

Copy link
Copy Markdown
Member

This PR improves the handling of segmented validation when using Polars LazyFrames and adds a dedicated test to ensure correct behavior. We now ensure that segment expressions work consistently for both eager and lazy DataFrames.

Fixes: #411

@rich-iannone
rich-iannone merged commit af6dc15 into main Jul 27, 2026
9 checks passed
@rich-iannone
rich-iannone deleted the fix-segments-lazyframe-error branch July 27, 2026 23:13
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.

segments=  raises  UnboundLocalError: seg_tuples  on a Polars LazyFrame (works on a DataFrame)

1 participant