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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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 6 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.

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
1 participant