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

Fix Parquet Serialization Error from pyarrow string to largestring #71

Open
wilsonbb opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@wilsonbb
Copy link
Collaborator

wilsonbb commented Nov 6, 2024

In test_io.py we test a roundtrip serialization of a NestedFrame with a string-based "band" column.

During this, the pyarrow type gets converted from a string to large string. This is not a critical breakage, but we hacked the unit test dataframe to get around it in this commit. We should be able to revert that change and then properly fix the test.

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

No branches or pull requests

1 participant