-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Properly write nested NullArray
in Parquet
#17807
fix: Properly write nested NullArray
in Parquet
#17807
Conversation
NullArray
in Parquet
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17807 +/- ##
==========================================
+ Coverage 80.47% 80.49% +0.01%
==========================================
Files 1503 1504 +1
Lines 197115 197152 +37
Branches 2794 2805 +11
==========================================
+ Hits 158628 158696 +68
+ Misses 37973 37935 -38
- Partials 514 521 +7 ☔ View full report in Codecov by Sentry. |
b4899ad
to
dd022a5
Compare
There is something going wrong here in the |
Fixes #17795.