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 2022/01/06 02:32:21 UTC

[GitHub] [arrow-rs] liukun4515 opened a new issue #1137: support sort for decimal data type/ decimalarray

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


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   In the [datafusion issue](https://github.com/apache/arrow-datafusion/issues/1522), we need to sort results by decimal column.
   
   The core of the sorting decimal array is based on the sort kernel.
   
   **Describe the solution you'd like**
   
   
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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



[GitHub] [arrow-rs] liukun4515 commented on issue #1137: support sort for decimal data type/ decimalarray

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on issue #1137:
URL: https://github.com/apache/arrow-rs/issues/1137#issuecomment-1006236381


   I will file the pull request.


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



[GitHub] [arrow-rs] liukun4515 edited a comment on issue #1137: Support `DecimalArray` in sort kernel

Posted by GitBox <gi...@apache.org>.
liukun4515 edited a comment on issue #1137:
URL: https://github.com/apache/arrow-rs/issues/1137#issuecomment-1079691511


   add compare for decimal array
   https://github.com/apache/arrow-rs/pull/1487


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



[GitHub] [arrow-rs] liukun4515 commented on issue #1137: Support `DecimalArray` in sort kernel

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on issue #1137:
URL: https://github.com/apache/arrow-rs/issues/1137#issuecomment-1079691511


   https://github.com/apache/arrow-rs/pull/1487


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



[GitHub] [arrow-rs] alamb closed issue #1137: support sort for decimal data type/ decimalarray

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


   


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