-
-
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(rust): Non-compliant Parquet list element name #17803
fix(rust): Non-compliant Parquet list element name #17803
Conversation
let mut f = f.clone(); | ||
f.name = "element".to_string(); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the actual change. The rest is all pass-by changes.
Can you add a python test? |
f306219
to
498b207
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17803 +/- ##
==========================================
- Coverage 80.47% 80.46% -0.02%
==========================================
Files 1503 1503
Lines 197115 196956 -159
Branches 2794 2794
==========================================
- Hits 158628 158477 -151
+ Misses 37973 37965 -8
Partials 514 514 ☔ View full report in Codecov by Sentry. |
Fixes #17100.