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

Removed un-used code #1258

Merged
merged 1 commit into from Sep 25, 2022
Merged

Removed un-used code #1258

merged 1 commit into from Sep 25, 2022

Conversation

jorgecarleitao
Copy link
Owner

Closes #1254

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Sep 25, 2022
@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Base: 83.12% // Head: 83.12% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (eaafffa) compared to base (e972df0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1258      +/-   ##
==========================================
- Coverage   83.12%   83.12%   -0.01%     
==========================================
  Files         359      359              
  Lines       38087    38070      -17     
==========================================
- Hits        31661    31646      -15     
+ Misses       6426     6424       -2     
Impacted Files Coverage Δ
src/io/parquet/write/nested/mod.rs 98.80% <ø> (-0.05%) ⬇️
src/io/ipc/read/schema.rs 95.58% <0.00%> (-0.30%) ⬇️
src/compute/sort/lex_sort.rs 75.80% <0.00%> (-0.20%) ⬇️
src/compute/arithmetics/decimal/div.rs 95.27% <0.00%> (-0.13%) ⬇️
src/compute/arithmetics/decimal/add.rs 96.59% <0.00%> (-0.12%) ⬇️
src/compute/arithmetics/decimal/sub.rs 96.73% <0.00%> (-0.11%) ⬇️
src/array/struct_/fmt.rs 100.00% <0.00%> (ø)
src/compute/merge_sort/mod.rs 95.60% <0.00%> (ø)
src/compute/arithmetics/decimal/mul.rs 75.79% <0.00%> (+0.01%) ⬆️
src/io/ipc/read/common.rs 94.92% <0.00%> (+0.01%) ⬆️
... and 3 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 63fdda0 into main Sep 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potentially unneeded call in Parquet repetition-level encoding
1 participant