jhorstmann opened a new pull request #1161:
URL: https://github.com/apache/arrow-rs/pull/1161


   # Which issue does this PR close?
   
   Closes #1160.
   
   # Rationale for this change
   
   Reduces some code duplication and hopefully makes the whole file a bit 
easier to understand.
   
   # What changes are included in this PR?
   
   * unified most of the logic for the simd division / modulo kernels
   * removed `ArrowSignedNumericType` which was only introduced for a single 
kernel
   * simplified generic type bounds to require the needed numeric ops
   
   # Are there any user-facing changes?
   
   The removal of `ArrowSignedNumericType` is a breaking change but I don't 
think there were any usages outside of the arrow crate or even the 
`arithmetic.rs` file.
   
   
   cc @alamb @viirya 


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