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
Good catch. Agreed _cmp_method should be changed to return "boolean[pyarrow]" instead of "Boolean" type. Since ArrowStringArray and ArrowExtensionArray are both marked as experimental it should be okay to change it for 2.0 if you're interested.
Currently this explicitly calls an astype
But with
ArrowExtensionArray
now able to support all pyarrow types, this should preserve the pyarrow type and returnint64[pyarrow]
The text was updated successfully, but these errors were encountered: