You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/08 21:03:59 UTC

[GitHub] [arrow-rs] alamb opened a new issue #428: Add partitioning kernel for sorted arrays

alamb opened a new issue #428:
URL: https://github.com/apache/arrow-rs/issues/428


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   in order to support order by and partition by within window functions in DataFusion, we'll need to find out partition points on already sorted columns (lexicographically)
   
   
   
   **Describe the solution you'd like**
   Add a partition kernel that takes a stream of already sorted records and returns Ranges that map to distinct values of the SortKey
   
   ** Context **
   @Jimexist  is working on this feature and I wanted to capture it in a ticket
   


-- 
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:
users@infra.apache.org



[GitHub] [arrow-rs] alamb closed issue #428: Add partitioning kernel for sorted arrays

Posted by GitBox <gi...@apache.org>.
alamb closed issue #428:
URL: https://github.com/apache/arrow-rs/issues/428


   


-- 
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:
users@infra.apache.org