mbrobbel opened a new pull request, #5176:
URL: https://github.com/apache/arrow-rs/pull/5176

   # Which issue does this PR close?
   
   None. Does it need one?
   
   # Rationale for this change
    
   Arrow's 
[`Schema.fbs`](https://github.com/apache/arrow/blob/1cc1f4c752895301371ee59d315ebffe74224c66/format/Schema.fbs#L159)
 restricts logical integer type bit widths to a max of 64, however it should be 
fine to use wider ints for custom types in Arrow buffers.
   
   Note that there already is an implementation for `i128` (used for decimals).
   
   # What changes are included in this PR?
   
   Implements `ArrowNativeType` and `ArrowNativeTypeOp` for `u128`, `usize` and 
`isize`.
   
   # Are there any user-facing changes?
   
   Users can now use `u128`, `usize` and `isize` in `ScalarBuffer` and 
`BufferBuilder`.
   


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