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

feat: Add nested_column_iter_to_arrays to deserialize inner columns #1583

Merged
merged 5 commits into from
Oct 24, 2023

Conversation

b41sh
Copy link
Contributor

@b41sh b41sh commented Oct 23, 2023

Directly deserializing an internal column of a struct type requires a Vec<InitNested>, otherwise the result will not be read correctly.

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (346c866) 83.39% compared to head (79f2303) 83.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1583   +/-   ##
=======================================
  Coverage   83.39%   83.40%           
=======================================
  Files         391      391           
  Lines       42993    43008   +15     
=======================================
+ Hits        35853    35869   +16     
+ Misses       7140     7139    -1     
Files Coverage Δ
src/io/parquet/read/deserialize/mod.rs 78.14% <100.00%> (+2.41%) ⬆️
src/io/parquet/read/mod.rs 100.00% <ø> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@b41sh b41sh marked this pull request as draft October 23, 2023 09:40
@b41sh b41sh marked this pull request as ready for review October 23, 2023 10:54
@sundy-li sundy-li merged commit b073454 into jorgecarleitao:main Oct 24, 2023
24 of 25 checks passed
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.

2 participants