Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support empty structs #18249

Merged
merged 4 commits into from
Aug 18, 2024
Merged

feat: Support empty structs #18249

merged 4 commits into from
Aug 18, 2024

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Aug 18, 2024

fixes #10234

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Aug 18, 2024
Copy link

codecov bot commented Aug 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.25%. Comparing base (4157e92) to head (7d95b95).
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18249      +/-   ##
==========================================
- Coverage   80.30%   80.25%   -0.05%     
==========================================
  Files        1498     1500       +2     
  Lines      198751   198881     +130     
  Branches     2833     2837       +4     
==========================================
+ Hits       159598   159604       +6     
- Misses      38626    38750     +124     
  Partials      527      527              

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

@ritchie46 ritchie46 merged commit bf82f3d into main Aug 18, 2024
26 checks passed
@ritchie46 ritchie46 deleted the struct branch August 18, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_json fails on empty objects
1 participant