jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.06k stars 223 forks source link

Re-exported the `bloom_filter` module from `parquet2` crate #1420

Closed ozgrakkurt closed 1 year ago

ozgrakkurt commented 1 year ago

To be used while reading/writing parquet files.

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

codecov[bot] commented 1 year ago

Codecov Report

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

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

Additional details and impacted files ```diff @@ 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](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1420?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/io/parquet/mod.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1420?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL3BhcnF1ZXQvbW9kLnJz) | `0.00% <ø> (ø)` | | | [src/bitmap/utils/slice\_iterator.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1420?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2JpdG1hcC91dGlscy9zbGljZV9pdGVyYXRvci5ycw==) | `97.56% <0.00%> (-1.22%)` | :arrow_down: | | [src/bitmap/immutable.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1420?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2JpdG1hcC9pbW11dGFibGUucnM=) | `87.20% <0.00%> (+0.58%)` | :arrow_up: | | [src/io/ipc/read/file.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1420?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2lwYy9yZWFkL2ZpbGUucnM=) | `97.32% <0.00%> (+0.89%)` | :arrow_up: | | [src/array/utf8/mod.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1420?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L3V0ZjgvbW9kLnJz) | `85.15% <0.00%> (+1.17%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao)

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