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
Since #13956, attempting to construct an interval index from a pandas with a non-None timezone hits a RecursionError in as_column. Previously we would get an immediate failure because the attempt to round-trip into pyarrow would not succeed.
Describe the bug
Since #13956, attempting to construct an interval index from a pandas with a non-
None
timezone hits aRecursionError
inas_column
. Previously we would get an immediate failure because the attempt to round-trip into pyarrow would not succeed.Steps/Code to reproduce bug
Expected behavior
This should fail, but do so fast.
The text was updated successfully, but these errors were encountered: