izveigor opened a new pull request, #4018: URL: https://github.com/apache/arrow-rs/pull/4018
# Which issue does this PR close? Follow on to https://github.com/apache/arrow-rs/issues/4016. # Rationale for this change WARNING: these tests only work with PR: https://github.com/apache/arrow-rs/pull/4017 # What changes are included in this PR? Tests for the next methods of ArrowNativeTypeOp (all types): - add_checked - add_wrapping - sub_checked - sub_wrapping - mul_checked - mul_wrapping - div_checked - div_wrapping - mod_checked - mod_wrapping - neg_checked - neg_wrapping - pow_checked - pow_wrapping - is_zero - is_eq - is_ne - is_lt - is_gt # Are there any user-facing changes? No -- 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]
