You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/19 09:56:54 UTC

[GitHub] [arrow-rs] Dandandan opened a new issue #1338: Arrow ipc FileReader projection support

Dandandan opened a new issue #1338:
URL: https://github.com/apache/arrow-rs/issues/1338


   **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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] Dandandan closed issue #1338: Arrow IPC projection support

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #1338:
URL: https://github.com/apache/arrow-rs/issues/1338


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org