You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "vincev (via GitHub)" <gi...@apache.org> on 2023/02/06 14:37:14 UTC

[GitHub] [arrow-datafusion] vincev opened a new issue, #5198: Improve unnest column performance.

vincev opened a new issue, #5198:
URL: https://github.com/apache/arrow-datafusion/issues/5198

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Improve the unnest column performance in the `unnest_batch` function by replacing `ScalarValue` with the [take kernel](https://docs.rs/arrow/32.0.0/arrow/compute/kernels/take/fn.take.html). (See [PR comment](https://github.com/apache/arrow-datafusion/pull/5106#discussion_r1097397845)).
   
   **Describe the solution you'd like**
   
   **Describe alternatives you've considered**
   
   **Additional context**
   


-- 
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-datafusion] alamb closed issue #5198: Improve unnest column performance.

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5198: Improve unnest column performance.
URL: https://github.com/apache/arrow-datafusion/issues/5198


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