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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: