zhuqi-lucas commented on PR #7454:
URL: https://github.com/apache/arrow-rs/pull/7454#issuecomment-2872761118

   > As an aside, another thing that keeps coming up in these designs is this 
primitive:
   > 
   > * [Optimize take/filter from multiple input arrays to a single large 
output array #6692](https://github.com/apache/arrow-rs/issues/6692)
   > 
   > It will potentially show up here again too: when we need to build up a 
final array after applying filters at the moment the code will be forced to do 
`filter` followed by `concat`
   
   May be we can do this also in the arrow low level. So the datafusion can 
benefit from?


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to