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/05/05 16:07:20 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1653: Add `leaf_columns` argument to `ArrowReader::get_record_reader_by_columns`

tustvold opened a new issue, #1653:
URL: https://github.com/apache/arrow-rs/issues/1653

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   `ArrowReader::get_schema_by_columns` has a `leaf_columns` argument that switches between selecting between the indexes of leaf columns, and the indexes of the root schema element.
   
   This is helpful because not only does it highlight to the end-user that there is a distinction, but depending on the use-case the user might want either behaviour.
   
   **Describe the solution you'd like**
   
   Add a `leaf_columns` field to `ArrowReader::get_record_reader_by_columns`
   
   **Describe alternatives you've considered**
   
   We could not do this
   
   **Additional context**
   
   https://github.com/apache/arrow-datafusion/issues/2453
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #1653: Add `leaf_columns` argument to `ArrowReader::get_record_reader_by_columns`

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1653: Add `leaf_columns` argument to `ArrowReader::get_record_reader_by_columns`
URL: https://github.com/apache/arrow-rs/issues/1653


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