Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(scantask-2): Implement new module for splitting Parquet ScanTask #3628

Open
wants to merge 3 commits into
base: jay/split-all-files-iter
Choose a base branch
from

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Dec 20, 2024

Implements a new module daft-scan/src/scan_task_iters/split_parquet which contains all the functionality for splitting an iterator of ScanTasks into smaller ScanTasks if they are Parquet files.

The public interface is SplitParquetScanTasks, which under the hood uses private functionality in the form of DecideSplitIterator -> RetrieveParquetMetadataIterator -> flatten to produce a new (split) iterator of ScanTasks.

@jaychia jaychia requested a review from samster25 December 20, 2024 07:30
@jaychia jaychia force-pushed the jay/split-all-files-iter-2 branch from 2188e09 to 326ff1d Compare December 20, 2024 08:10
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