Skip to content
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

[Python] Support arrow serialization in objgraph #515

Merged
merged 3 commits into from
Jul 1, 2023

Conversation

chaokunyang
Copy link
Collaborator

What do these changes do?

Add object graph serialization with zero-copy support for:

  • arrow record batch
  • arrow table.
  • add all missing tests

Related issue number

Closes #513

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@chaokunyang chaokunyang merged commit b8d74ff into main Jul 1, 2023
@chaokunyang chaokunyang deleted the support_arrow_serialization_in_objgraph branch July 1, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Python] Support arrow in object graph serialization
1 participant