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

ARROW-4681: [Rust] [DataFusion] Partition aware data sources #3849

Closed
wants to merge 2 commits into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Mar 9, 2019

This PR changes the data source API to support data sources that have partitions. The scan method now returns a Vec<> of iterators.

For now the query execution only works for single partitions.

@paddyhoran
Copy link
Contributor

@andygrove I’ll review tonight at the latest.

@andygrove andygrove closed this in 11ae07b Mar 10, 2019
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Mar 13, 2019
This PR changes the data source API to support data sources that have partitions. The `scan` method now returns a `Vec<>` of iterators.

For now the query execution only works for single partitions.

Author: Andy Grove <andygrove73@gmail.com>

Closes apache#3849 from andygrove/ARROW-4681 and squashes the following commits:

8b6d591 <Andy Grove> Execution engine throws error if partition count is not one
758d767 <Andy Grove> First pass at partition aware data sources
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.

3 participants