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 2021/07/29 21:14:35 UTC

[GitHub] [arrow-rs] Dandandan opened a new issue #636: Avoid materialization of indices in filter_record_batch for single arrays

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


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Some optimization possible in the kernel seems to avoid materializing (start, end) and pre-building the filter when there is only a single input array.
   
   **Describe the solution you'd like**
   Don't pre-build the filter but use the normal `filter` for a single array instead
   
   **Describe alternatives you've considered**
   
   **Additional context**
   Same as https://github.com/jorgecarleitao/arrow2/pull/235


-- 
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 #636: Avoid materialization of indices in filter_record_batch for single arrays

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


   


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