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/11/14 07:10:21 UTC

[GitHub] [arrow-rs] liukun4515 commented on issue #1043: support cast for decimal data type

liukun4515 commented on issue #1043:
URL: https://github.com/apache/arrow-rs/issues/1043#issuecomment-1313193183

   There are bugs for `cast decimal to decimal`.
   
   If we cast decimal(1256,12,2) to the type of decimal(12,1), the result should be decimal(126,12,1) not the decimal(125,12,1)


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