alamb commented 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, though we can 
also 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-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to