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

Cherry pick Add boolean comparison to scalar kernels for less then, greater than to active_release #1005

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 4, 2021

Automatic cherry-pick of 434e3f7

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

codecov-commenter commented Dec 4, 2021

Codecov Report

Merging #1005 (3e991e5) into active_release (7e51df0) will increase coverage by 0.00%.
The diff coverage is 84.28%.

Impacted file tree graph

@@               Coverage Diff               @@
##           active_release    #1005   +/-   ##
===============================================
  Coverage           82.35%   82.36%           
===============================================
  Files                 168      168           
  Lines               48834    48864   +30     
===============================================
+ Hits                40216    40245   +29     
- Misses               8618     8619    +1     
Impacted Files Coverage Δ
arrow/src/compute/kernels/take.rs 95.22% <ø> (-0.01%) ⬇️
arrow/src/datatypes/field.rs 53.68% <0.00%> (+0.30%) ⬆️
...ng/src/flight_server_scenarios/auth_basic_proto.rs 0.00% <ø> (ø)
parquet/src/record/reader.rs 89.83% <0.00%> (-0.63%) ⬇️
arrow/src/array/equal/utils.rs 74.00% <33.33%> (ø)
arrow/src/array/transform/boolean.rs 76.92% <100.00%> (ø)
arrow/src/compute/kernels/comparison.rs 93.22% <100.00%> (+0.28%) ⬆️
arrow/src/compute/util.rs 98.90% <100.00%> (ø)
arrow/src/datatypes/schema.rs 66.66% <100.00%> (-0.27%) ⬇️
arrow/src/ffi.rs 84.69% <100.00%> (ø)
... and 9 more

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 b4507f5...3e991e5. Read the comment docs.

@alamb alamb merged commit 6c8b293 into active_release Dec 6, 2021
@alamb alamb deleted the cherry_pick_434e3f71 branch December 6, 2021 20:39
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.

None yet

3 participants