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

Added support for other timestamp units from parquet #803

Merged
merged 3 commits into from
Feb 4, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

It also improves the reading of parquet statistics to ensure any transformations are applied to them

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

codecov bot commented Feb 4, 2022

Codecov Report

Merging #803 (a97f635) into main (f35e02a) will increase coverage by 0.10%.
The diff coverage is 74.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #803      +/-   ##
==========================================
+ Coverage   71.18%   71.28%   +0.10%     
==========================================
  Files         326      326              
  Lines       17471    17506      +35     
==========================================
+ Hits        12436    12479      +43     
+ Misses       5035     5027       -8     
Impacted Files Coverage Δ
src/io/parquet/read/primitive/mod.rs 100.00% <ø> (ø)
src/io/parquet/read/statistics/binary.rs 65.51% <50.00%> (-5.92%) ⬇️
src/io/parquet/read/statistics/primitive.rs 58.00% <60.00%> (-1.26%) ⬇️
src/io/parquet/read/mod.rs 59.33% <74.35%> (+5.86%) ⬆️
src/io/parquet/read/statistics/mod.rs 78.94% <90.00%> (+8.11%) ⬆️
src/io/parquet/read/primitive/basic.rs 76.08% <100.00%> (+0.80%) ⬆️
src/io/parquet/read/row_group.rs 74.62% <100.00%> (-0.38%) ⬇️
src/io/parquet/read/schema/convert.rs 74.85% <0.00%> (-2.86%) ⬇️
src/bitmap/mutable.rs 90.56% <0.00%> (+0.75%) ⬆️
... and 2 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 f35e02a...a97f635. Read the comment docs.

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.

None yet

1 participant