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

Re-exported the bloom_filter module from parquet2 crate #1420

Merged
merged 3 commits into from Feb 24, 2023
Merged

Re-exported the bloom_filter module from parquet2 crate #1420

merged 3 commits into from Feb 24, 2023

Conversation

ozgrakkurt
Copy link
Contributor

To be used while reading/writing parquet files.

This removes the requirement to also depend on parquet2 for users that use bloom filters.

@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Base: 83.66% // Head: 83.67% // Increases project coverage by +0.01% 🎉

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1420      +/-   ##
==========================================
+ Coverage   83.66%   83.67%   +0.01%     
==========================================
  Files         373      373              
  Lines       40340    40340              
==========================================
+ Hits        33749    33754       +5     
+ Misses       6591     6586       -5     
Impacted Files Coverage Δ
src/io/parquet/mod.rs 0.00% <ø> (ø)
src/bitmap/utils/slice_iterator.rs 97.56% <0.00%> (-1.22%) ⬇️
src/bitmap/immutable.rs 87.20% <0.00%> (+0.58%) ⬆️
src/io/ipc/read/file.rs 97.32% <0.00%> (+0.89%) ⬆️
src/array/utf8/mod.rs 85.15% <0.00%> (+1.17%) ⬆️

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 95e9b38 into jorgecarleitao:main Feb 24, 2023
@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Feb 24, 2023
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Mar 29, 2023
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Apr 5, 2023
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

2 participants