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

Simplified code via DRY #1398

Merged
merged 2 commits into from
Feb 13, 2023
Merged

Simplified code via DRY #1398

merged 2 commits into from
Feb 13, 2023

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Base: 83.44% // Head: 83.58% // Increases project coverage by +0.14% 🎉

Coverage data is based on head (ec850c5) compared to base (d7d7239).
Patch coverage: 75.55% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1398      +/-   ##
==========================================
+ Coverage   83.44%   83.58%   +0.14%     
==========================================
  Files         373      373              
  Lines       40721    40350     -371     
==========================================
- Hits        33979    33727     -252     
+ Misses       6742     6623     -119     
Impacted Files Coverage Δ
src/array/binary/mod.rs 90.95% <ø> (+0.26%) ⬆️
src/array/boolean/mod.rs 81.81% <ø> (+0.13%) ⬆️
src/array/dictionary/mod.rs 95.32% <ø> (+2.39%) ⬆️
src/array/fixed_size_binary/mod.rs 87.23% <ø> (+1.27%) ⬆️
src/array/fixed_size_list/mod.rs 89.81% <ø> (+4.98%) ⬆️
src/array/list/mod.rs 91.74% <ø> (+8.86%) ⬆️
src/array/map/mod.rs 62.13% <ø> (+7.85%) ⬆️
src/array/null.rs 48.14% <0.00%> (-6.52%) ⬇️
src/array/struct_/mod.rs 67.44% <ø> (+2.38%) ⬆️
src/array/union/mod.rs 87.38% <ø> (+4.81%) ⬆️
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jorgecarleitao jorgecarleitao merged commit b0178e6 into main Feb 13, 2023
@jorgecarleitao jorgecarleitao deleted the simpler branch February 13, 2023 06:01
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Mar 29, 2023
* Simplified code

* Simplified code
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Apr 5, 2023
* Simplified code

* Simplified code
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