-
-
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
refactor(rust): Remove top-level metadata from ArrowSchema
#18527
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18527 +/- ##
==========================================
- Coverage 79.85% 79.84% -0.02%
==========================================
Files 1501 1501
Lines 201865 201823 -42
Branches 2868 2868
==========================================
- Hits 161202 161144 -58
- Misses 40117 40133 +16
Partials 546 546 ☔ View full report in Codecov by Sentry. |
Hi, I have a question about this change: we're currently using polars v0.41.3, and use Is it still possible to add schema-level metadata with polars v0.43 ? If yes, could you please point me to the right resources ? Thanks! |
We don't intend on adding schema-level metadata to the |
@nameexhaustion great thanks! Do you have a specific polars release for which this is planned ? If not, could I help on that in any way ? |
There's an open issue for this at #17560 |
Preparation for unifying schemas to
struct Schema<D>