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

Migrated to parquet2 v0.3 #265

Merged
merged 1 commit into from
Aug 10, 2021
Merged

Migrated to parquet2 v0.3 #265

merged 1 commit into from
Aug 10, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Aug 10, 2021

This adds support for async parquet read and page filtering, which are important features also for arrow2

Backwards incompatible changes

See #269

@jorgecarleitao jorgecarleitao added backwards-incompatible enhancement An improvement to an existing feature labels Aug 10, 2021
@codecov
Copy link

codecov bot commented Aug 10, 2021

Codecov Report

Merging #265 (10011a0) into main (d545253) will increase coverage by 0.26%.
The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #265      +/-   ##
==========================================
+ Coverage   76.76%   77.02%   +0.26%     
==========================================
  Files         232      232              
  Lines       19820    20534     +714     
==========================================
+ Hits        15214    15817     +603     
- Misses       4606     4717     +111     
Impacted Files Coverage Δ
src/io/parquet/mod.rs 93.95% <ø> (ø)
src/io/parquet/read/primitive/dictionary.rs 70.14% <0.00%> (ø)
src/io/parquet/read/schema/convert.rs 90.81% <ø> (ø)
src/io/parquet/read/utils.rs 69.23% <ø> (ø)
src/io/parquet/write/binary/nested.rs 95.65% <ø> (ø)
src/io/parquet/write/boolean/basic.rs 97.56% <ø> (ø)
src/io/parquet/write/boolean/nested.rs 95.65% <ø> (ø)
src/io/parquet/write/dictionary.rs 43.24% <ø> (ø)
src/io/parquet/write/fixed_len_bytes.rs 88.46% <ø> (ø)
src/io/parquet/write/primitive/basic.rs 95.45% <ø> (ø)
... and 25 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 d545253...10011a0. 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.

1 participant