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/05/08 23:05:08 UTC

[GitHub] [arrow-rs] jinmingjian opened a new issue #272: Arrow does not support computing kernel for Decimal type

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


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   My project is using DataFusion as a query engine. I am surprising to find DF does not support agg on Decimal. Further looking shows, the more foundational problem is Arrow does not support computing kernel for Decimal type.  Not sure am I right? or I make some misunderstanding?
   


-- 
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] sergiimk commented on issue #272: Arrow does not support computing kernel for Decimal type

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


   Ran into this too ... and after I already spent few weeks patching Decimal support in Apache Flink.
   A large portion of the datasets we're dealing with are financial, so this is a serious gap in functionality.
   Decimal type deserves more love :)


-- 
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] jinmingjian commented on issue #272: Arrow does not support computing kernel for Decimal type

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


   @jorgecarleitao thanks for confirmation. We may consider to help on this in a near future if no one is planning on this:)


-- 
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] jorgecarleitao commented on issue #272: Arrow does not support computing kernel for Decimal type

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


   You are right, it is still not implemented, and it is a valid feature to implement. 👍 


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