You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/04/04 18:10:38 UTC

[GitHub] [arrow-rs] izveigor opened a new pull request, #4018: feat: add tests for ArrowNativeTypeOp

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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-rs] tustvold merged pull request #4018: feat: add tests for ArrowNativeTypeOp

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #4018:
URL: https://github.com/apache/arrow-rs/pull/4018


-- 
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-unsubscribe@arrow.apache.org

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