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

Fixed issue that did not allow nulls when parsing nested lists. #7479

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

michaelstaib
Copy link
Member

@michaelstaib michaelstaib commented Sep 20, 2024

Closes #7475

@michaelstaib michaelstaib merged commit 3eaa2e1 into main Sep 20, 2024
25 checks passed
@michaelstaib michaelstaib deleted the mst/nested-list-parsing branch September 20, 2024 13:25
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.86%. Comparing base (2ed9217) to head (415c7b9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7479      +/-   ##
==========================================
- Coverage   77.86%   77.86%   -0.01%     
==========================================
  Files        2827     2827              
  Lines      142058   142059       +1     
==========================================
- Hits       110613   110608       -5     
- Misses      31445    31451       +6     
Flag Coverage Δ
unittests 77.86% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested lists do not support null-valued sub-lists on input
1 participant