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

Fixed reading parquet of dict-encoded, plain data pages (fallback) #367

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

jorgecarleitao
Copy link
Owner

Closes #366

Thanks @vincev for the report!

@codecov
Copy link

codecov bot commented Sep 2, 2021

Codecov Report

Merging #367 (ccfe2d5) into main (cef5f08) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #367   +/-   ##
=======================================
  Coverage   81.05%   81.05%           
=======================================
  Files         326      326           
  Lines       21103    21103           
=======================================
  Hits        17105    17105           
  Misses       3998     3998           
Impacted Files Coverage Δ
src/io/parquet/read/binary/basic.rs 81.95% <ø> (ø)
src/io/parquet/read/fixed_size_binary.rs 50.00% <ø> (ø)
src/io/parquet/read/primitive/basic.rs 82.35% <100.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 cef5f08...ccfe2d5. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit cef0dce into main Sep 2, 2021
@jorgecarleitao jorgecarleitao deleted the parquet_dict_plain branch September 2, 2021 10:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parquet_read fails when a column has too many rows with string values
1 participant