We have a real one implemented in core.arrays.string_arrow, seems like wasted effort to fix the dummy one up to pass the tests
cc @jorisvandenbossche
Comment From: jbrockmendel
gentle ping @jorisvandenbossche
Comment From: jorisvandenbossche
It's only used for a single test, and that was added in https://github.com/pandas-dev/pandas/pull/27674. So we will need to verify that this is tested otherwise as well.
Comment From: jbrockmendel
The relevant test now uses dtype=StringDtype(storage="pyarrow")
and the test ArrowStringArray has been removed. Closing.