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

Avoid serialization of pyarrow tables using PyArrowConvert in pre_transform_spec #111

Merged
merged 14 commits into from
May 19, 2022

Conversation

jonmmease
Copy link
Collaborator

Overview

This PR updates the pre_transform_spec functionality to avoid copying/serializing PyArrow tables by using the PyArrowConvert functions from the arrow-rs crate.

This PR also follows the datafusion-python project by enabling the mimalloc global allocator (datafusion-contrib/datafusion-python#30) in the vegafusion-python-embed library.

@jonmmease jonmmease merged commit 89623a1 into main May 19, 2022
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.

1 participant