felipecrv opened a new pull request, #41700:
URL: https://github.com/apache/arrow/pull/41700

   ### Rationale for this change
   
   Concatenating a chunked array into a single array before running the 
`array_take` kernels is very inefficient and can lead to out-of-memory crashes.
   
   ### What changes are included in this PR?
   
    - Improvements in the dispatching logic of `TakeMetaFunction`(`"take"`) to 
make `"array_take"` able to have a `chunked_exec` kernel for some types
    - Implementation of kernels for `"array_take"` that can receive a 
`ChunkedArray` as `values` and produce an output without concatenating these 
chunks
   
   ### Are these changes tested?
   
   By existing tests. Some tests were added in previous PRs that introduced 
some of the infrastructure to support this.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to