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

Fixed support to read dict nested binary parquet #924

Merged
merged 2 commits into from Mar 21, 2022

Conversation

jorgecarleitao
Copy link
Owner

For some reason I missed its implementation.

Closes #921

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Mar 21, 2022
@jorgecarleitao jorgecarleitao changed the title Fixed support for dict nested binary Fixed support to read dict nested binary parquet Mar 21, 2022
@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #924 (975b2eb) into main (5e27dc9) will decrease coverage by 0.05%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main     #924      +/-   ##
==========================================
- Coverage   71.12%   71.07%   -0.06%     
==========================================
  Files         346      346              
  Lines       18899    18932      +33     
==========================================
+ Hits        13441    13455      +14     
- Misses       5458     5477      +19     
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/binary/nested.rs 51.68% <45.71%> (-3.88%) ⬇️
src/io/parquet/read/deserialize/binary/basic.rs 81.18% <93.33%> (-0.37%) ⬇️

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 5e27dc9...975b2eb. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit be5c88e into main Mar 21, 2022
@jorgecarleitao jorgecarleitao deleted the fix_dict_binary branch March 21, 2022 06:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: RleDictionary decoding for parquet
1 participant