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

Add gt eq dyn scalar kernel #1117

Merged
merged 6 commits into from
Jan 2, 2022

Conversation

matthewmturner
Copy link
Contributor

Which issue does this PR close?

Closes #1113 task gt_eq_dyn_scalar

Rationale for this change

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 Jan 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 1, 2022

Codecov Report

Merging #1117 (aba95d6) into master (1cbda7a) will decrease coverage by 0.00%.
The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1117      +/-   ##
==========================================
- Coverage   82.34%   82.34%   -0.01%     
==========================================
  Files         169      169              
  Lines       49746    49773      +27     
==========================================
+ Hits        40962    40984      +22     
- Misses       8784     8789       +5     
Impacted Files Coverage Δ
arrow/src/compute/kernels/comparison.rs 90.09% <85.18%> (-0.13%) ⬇️
arrow/src/datatypes/datatype.rs 66.38% <0.00%> (-0.43%) ⬇️
arrow/src/array/transform/mod.rs 85.56% <0.00%> (ø)

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 1cbda7a...aba95d6. Read the comment docs.

@matthewmturner matthewmturner force-pushed the add_gt_eq_dyn_scalar_kernel branch from b2e739a to 1e932bb Compare January 1, 2022 15:53
@alamb alamb merged commit 37b843b into apache:master Jan 2, 2022
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.

Implement dyn scalar comparison kernels
3 participants