Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tests for ArrowNativeTypeOp #4018

Merged
merged 2 commits into from
Apr 5, 2023
Merged

feat: add tests for ArrowNativeTypeOp #4018

merged 2 commits into from
Apr 5, 2023

Conversation

izveigor
Copy link
Contributor

@izveigor izveigor commented Apr 4, 2023

Which issue does this PR close?

Follow on to #4016.

Rationale for this change

WARNING: these tests only work with PR: #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

@github-actions github-actions bot added the arrow Changes to the arrow crate label Apr 4, 2023
@tustvold tustvold merged commit 2b2ce2f into apache:master Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants