Arrow IPC serializers and parsers#968
Merged
Merged
Conversation
Contributor
Author
|
Please let me know if there is anything needed for this PR. |
schloerke
approved these changes
Jan 10, 2025
gadenbuie
reviewed
Jan 13, 2025
gadenbuie
reviewed
Jan 13, 2025
Contributor
Author
|
@gadenbuie I've added the suffix |
Contributor
Author
|
The 3 failing R CMD checks fail installing plumber dependencies. I believe repairing CI is out of the scope of this PR. |
Collaborator
|
Thank you, @JosiahParry ! |
Contributor
|
The |
Contributor
Author
|
It’s possible to have multiple parsers and serializers for the same type. It may be a good idea to make a nanoarrow option too! |
schloerke
added a commit
that referenced
this pull request
Dec 12, 2025
* main: fix(docker): Use `pak` to install plumber (#1007) ci(check): Test with no depends packages (#1006) chore(docker): Update docker workflow. Add latest version to docker being pushed (#1003) ci(docker): Add workflow dispatch (#1002) Arrow IPC serializers and parsers (#968) Increment version number to 1.3.0.9000 v1.3.0 (#987) bug: Validate APIs using `@redocly/cli` (#986) Fix broken link (#983) bug: Use `req$PATH_INFO` when accessing path location (#888)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds support for the Arrow IPC format with an IPC serializer and parser.
PR task list:
devtools::document()