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/04/28 15:52:51 UTC

[GitHub] [arrow-rs] mathiaspeters-sig opened a new issue #235: Sort with limit panics for the limit includes some but not all nulls, for large arrays

mathiaspeters-sig opened a new issue #235:
URL: https://github.com/apache/arrow-rs/issues/235


   **Describe the bug**
   We are getting the following panic:
   `thread panicked at 'source slice length (139885) does not match destination slice length (239865)'` at `https://github.com/apache/arrow-rs/blob/master/arrow/src/compute/kernels/sort.rs#L516`
   when we are trying to sort a large array with a large limit that includes some but not all of the nulls. We are on commit `0d1697f619c1bff8f64b19df5d4ec66634eaecf9`.
   
   **To Reproduce**
   We have tried to reproduce this with smaller datasets but have been unable to. The smallest dataset we have confirmed this to happen on had 1mil rows.
   
   **Expected behavior**
   Sorting should work normally without panicing.
   
   **Additional context**
   We plan to work on this tomorrow (CET).
   


-- 
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 #235: Sort with limit panics for the limit includes some but not all nulls, for large arrays

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


   


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