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 Mar 6, 2026. It is now read-only.
A recent pyarrow release appears to have broken a few unit tests that compare the Arrow column values as follows:
assertlist(col) == [1, 2, 3]
Such conversion results in a list containing pyarrow scalars, causing the assertion to fail. Columns should thus be converted to Python lists with a dedicated method: