Closed
Description
Reproducible Example
ser = pd.Series([False, True])
ser2 = pd.Series(["a", "b"], dtype="string[pyarrow_numpy]")
ser == ser2
Issue Description
This shouldn't raise if we want to emulate object dtype behavior
Expected Behavior
all False return value
cc @jorisvandenbossche thoughts?
Installed Versions
Replace this line with the output of pd.show_versions()