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

fix: Comparisons against scalar slices #741

Merged
merged 1 commit into from
Sep 3, 2021

Conversation

bjchambers
Copy link
Contributor

@bjchambers bjchambers commented Sep 2, 2021

Which issue does this PR close?

Closes #740.

Rationale for this change

Fixes comparisons against scalars on sliced arrays.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Sep 2, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #741 (cc39d1a) into master (34df13a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #741   +/-   ##
=======================================
  Coverage   82.47%   82.47%           
=======================================
  Files         168      168           
  Lines       47690    47705   +15     
=======================================
+ Hits        39330    39345   +15     
  Misses       8360     8360           
Impacted Files Coverage Δ
arrow/src/compute/kernels/comparison.rs 95.20% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34df13a...cc39d1a. Read the comment docs.

@nevi-me nevi-me merged commit 3b56485 into apache:master Sep 3, 2021
alamb pushed a commit that referenced this pull request Sep 9, 2021
alamb added a commit that referenced this pull request Sep 9, 2021
Co-authored-by: Ben Chambers <35960+bjchambers@users.noreply.github.com>
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.

Comparisons with scalar don't work on slices
4 participants