feat: Extract make_streaming_source into _streaming module - #383
Open
WindowGenerator wants to merge 1 commit into
Open
feat: Extract make_streaming_source into _streaming module#383WindowGenerator wants to merge 1 commit into
WindowGenerator wants to merge 1 commit into
Conversation
Introduce polars_bio/_streaming.py with make_streaming_source, StreamingConfig, PredicatePushdownConfig, pyarrow_schema_to_polars_dict, and extract_column_names. Refactor io.py, pileup_op.py, range_op_io.py, and utils.py to use the shared helpers, removing duplicated streaming logic and the tqdm dependency from each call-site.
WindowGenerator
force-pushed
the
refactor_streaming_source_callbacks
branch
from
May 10, 2026 18:03
d76588c to
047a858
Compare
WindowGenerator
force-pushed
the
refactor_streaming_source_callbacks
branch
from
May 10, 2026 18:07
047a858 to
8369641
Compare
Collaborator
|
hey @WindowGenerator - thanks a lot for these 3 PRs! All of them are relevant are on our short-term todo list. Please be patient as need to review and test them one by one carefully before accepting and merging. I will keep you posted. |
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.
Introduce polars_bio/_streaming.py with make_streaming_source, StreamingConfig, PredicatePushdownConfig, pyarrow_schema_to_polars_dict, and extract_column_names. Refactor io.py, pileup_op.py, range_op_io.py, and utils.py to use the shared helpers, removing duplicated streaming logic and the tqdm dependency from each call-site.