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

Fixed typo in reading RLE-encoded parquet #704

Merged
merged 1 commit into from Dec 23, 2021
Merged

Fixed typo in reading RLE-encoded parquet #704

merged 1 commit into from Dec 23, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Dec 23, 2021

This was introduced in #693 (which is not yet released), so ignoring this in the changelog.

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Dec 23, 2021
@codecov
Copy link

codecov bot commented Dec 23, 2021

Codecov Report

Merging #704 (32f8284) into main (f583531) will increase coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #704      +/-   ##
==========================================
+ Coverage   70.34%   70.36%   +0.01%     
==========================================
  Files         308      309       +1     
  Lines       16816    16967     +151     
==========================================
+ Hits        11830    11939     +109     
- Misses       4986     5028      +42     
Impacted Files Coverage Δ
src/io/parquet/read/binary/basic.rs 68.32% <0.00%> (ø)
src/io/parquet/read/nested_utils.rs 77.45% <0.00%> (-0.99%) ⬇️
src/io/avro/write/compress.rs 100.00% <0.00%> (ø)
src/io/avro/read/schema.rs 53.68% <0.00%> (+1.05%) ⬆️
src/io/avro/read/decompress.rs 84.31% <0.00%> (+2.49%) ⬆️
src/io/parquet/read/mod.rs 50.15% <0.00%> (+5.39%) ⬆️
src/io/avro/write/header.rs 100.00% <0.00%> (+40.00%) ⬆️

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 f583531...32f8284. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 796ee56 into main Dec 23, 2021
@jorgecarleitao jorgecarleitao deleted the fix_error branch December 23, 2021 18:52
@jorgecarleitao jorgecarleitao added the no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog label Dec 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant