AlenkaF commented on issue #48060:
URL: https://github.com/apache/arrow/issues/48060#issuecomment-3502885567

   > I was thinking we might not need a separate kernel in C++ but do it 
efficiently with existing ones. Not sure though!
   
   After talking to Rok and looking at the 
[docs](https://arrow.apache.org/docs/format/Intro.html#list) I understand 
better that sorting values "per row" in a list array would need a new kernel 
due to having all values of the list stored in one buffer. The kernel would 
need to take offsets into account and sort values in separate intervals. 


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