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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to