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 IPC projection support #1338

Closed
Dandandan opened this issue Feb 19, 2022 · 0 comments · Fixed by #1339
Closed

Arrow IPC projection support #1338

Dandandan opened this issue Feb 19, 2022 · 0 comments · Fixed by #1339
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@Dandandan
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The FileReader currently doesn't support projection to skip reading/decoding certain columns.
This could be used by engines lole DataFusion to make the Arrow file reader more efficient.

Describe the solution you'd like
Support an optional Vec<usize> parameter to configure the column indexes in the reader.

Describe alternatives you've considered

Additional context
See support in arrow2
https://docs.rs/arrow2/latest/arrow2/io/ipc/read/struct.FileReader.html

@Dandandan Dandandan added the enhancement Any new improvement worthy of a entry in the changelog label Feb 19, 2022
@Dandandan Dandandan changed the title Arrow ipc FileReader projection support Arrow IPCFileReader projection support Feb 19, 2022
@Dandandan Dandandan changed the title Arrow IPCFileReader projection support Arrow IPC FileReader projection support Feb 19, 2022
@Dandandan Dandandan changed the title Arrow IPC FileReader projection support Arrow IPC projection support Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant