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

fix(rust): Return empty DF when input is empty json list #18827

Merged
merged 4 commits into from
Sep 22, 2024

Conversation

deanm0000
Copy link
Collaborator

fixes #7355

new issue after closing #18663 due to skill issues with git

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.85%. Comparing base (9384945) to head (8510867).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18827   +/-   ##
=======================================
  Coverage   79.85%   79.85%           
=======================================
  Files        1518     1518           
  Lines      205636   205615   -21     
  Branches     2893     2893           
=======================================
- Hits       164201   164196    -5     
+ Misses      40887    40871   -16     
  Partials      548      548           

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

@ritchie46 ritchie46 merged commit f9e47d4 into pola-rs:main Sep 22, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

polars.read_json fails when reading empty list from json response
2 participants