-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(rust): Allow setting and reading custom schema-level IPC metadata #20066
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iter Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
lukapeschke
changed the title
feat(rust): allow to pass custom schema-level metadata in ipc writers
feat(rust): Allow setting custom schema-level metadata in ipc writers
Nov 29, 2024
github-actions
bot
added
enhancement
New feature or an improvement of an existing feature
rust
Related to Rust Polars
and removed
title needs formatting
labels
Nov 29, 2024
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
…ders Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
lukapeschke
force-pushed
the
schema-metadata-for-ipc
branch
from
November 29, 2024 14:28
c422103
to
3053a4d
Compare
lukapeschke
changed the title
feat(rust): Allow setting custom schema-level metadata in ipc writers
feat(rust): Allow setting and reading custom schema-level IPC metadata
Nov 29, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20066 +/- ##
==========================================
- Coverage 79.53% 79.52% -0.01%
==========================================
Files 1563 1563
Lines 217124 217198 +74
Branches 2464 2464
==========================================
+ Hits 172680 172733 +53
- Misses 43884 43905 +21
Partials 560 560 ☔ View full report in Codecov by Sentry. |
lukapeschke
requested review from
ritchie46,
orlp,
c-peters and
coastalwhite
as code owners
November 29, 2024 16:10
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
This looks good to me now - the final merge approval would need to be from @ritchie46 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #17560