Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Simplified trait bounds in arithmetics #671

Merged
merged 1 commit into from
Dec 11, 2021
Merged

Simplified trait bounds in arithmetics #671

merged 1 commit into from
Dec 11, 2021

Conversation

jorgecarleitao
Copy link
Owner

No semantic changes, just a minor cleanup.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Dec 11, 2021
@codecov
Copy link

codecov bot commented Dec 11, 2021

Codecov Report

Merging #671 (f400cee) into main (2b86bc9) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #671   +/-   ##
=======================================
  Coverage   69.60%   69.61%           
=======================================
  Files         301      301           
  Lines       16765    16765           
=======================================
+ Hits        11670    11671    +1     
+ Misses       5095     5094    -1     
Impacted Files Coverage Δ
src/compute/arithmetics/basic/add.rs 89.36% <ø> (ø)
src/compute/arithmetics/basic/div.rs 77.96% <ø> (ø)
src/compute/arithmetics/basic/mul.rs 89.36% <ø> (ø)
src/compute/arithmetics/basic/pow.rs 100.00% <ø> (ø)
src/io/parquet/read/nested_utils.rs 78.43% <0.00%> (+0.98%) ⬆️

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 2b86bc9...f400cee. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 5b2fb51 into main Dec 11, 2021
@jorgecarleitao jorgecarleitao deleted the simpler branch December 11, 2021 06:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant