-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: __eq__ raising for new arrow string dtype for incompatible objects #56245
Conversation
cc @mroeschke gentle ping |
cc @mroeschke |
@@ -530,3 +530,19 @@ def test_int_dtype_different_index_not_bool(self): | |||
|
|||
result = ser1 ^ ser2 | |||
tm.assert_series_equal(result, expected) | |||
|
|||
def test_pyarrow_numpy_string_invalid(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect we already have tests for this behaviour, but then only in cases where it's not yet parametrized to use the string dtype?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Co-authored-by: Joris Van den Bossche <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.