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/12/14 20:11:26 UTC

[GitHub] [arrow-rs] alamb edited a comment on issue #1043: support numeric to decimal data type

alamb edited a comment on issue #1043:
URL: https://github.com/apache/arrow-rs/issues/1043#issuecomment-993941265


   >  unsigned numeric to decimal @alamb do we need to support this? My opinion is that unsigned data type is not in the standard SQL data type, and we no need to support this.
   
   
   @liukun4515  I personally think it would be valuable to support `unsigned` numeric (aka `PrimitiveArray<T>`) to / from the decimal type. Arrow is used for more than just SQL engines. However, I think it is fine to leave it as a follow on PR / issue (doesn't have to be in the first implementation).
   
   I suspect once you implement `PrimitiveArray<T>` to/from `DecimalArray` for signed variants the incremental cost to supporting the unsigned numeric variants will be quite low. 


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