waynexia commented on pull request #8856:
URL: https://github.com/apache/arrow/pull/8856#issuecomment-739730551


   Thanks for your reply @jorgecarleitao. Sorry for the incorrect understand 
I've made. 
   
   So the required `list_sort` is not part of `Sort( ArrayRef )` in `sort.rs` 
which will rearrange the given array. But a method of `ListArray` that performs 
`Sort` on each underlying sub-array, right?
   
   And then where do you think is a proper place to put `list_sort`, a separate 
file under `compute/kernel` or as a member function of `ListArray`, or 
someplace else. Please let me know what do you think :raised_hands:
   
   BTW, is the current implementation that rearranges the input array needed to 
be part of `Sort`?


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

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


Reply via email to