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

Deduplicate serialization for accessors #334

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Jan 26, 2024

Previously, we had two copies of serialization that were doing essentially the same thing.

This deduplicates accessor serialization to allow any "json-serializable" value through (a superset technically; whatever ipywidgets default serialization supports) but then otherwise assume the input is a pyarrow column and serialize that to a parquet file.

@kylebarron kylebarron enabled auto-merge (squash) January 26, 2024 20:01
@kylebarron kylebarron merged commit f8e057e into main Jan 26, 2024
5 checks passed
@kylebarron kylebarron deleted the kyle/deduplicate-accessor-serialization branch January 26, 2024 20:01
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.

None yet

1 participant