You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
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.