Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kastkeepitjumpinlikekangaroos committed Dec 9, 2024
1 parent de5c604 commit e025d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/tests/io/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -4391,6 +4391,8 @@ def test_bytes_column(con, request):
dtype = (
pd.ArrowDtype(pa.string())
if "postgres" in con and "adbc" not in con
else pd.ArrowDtype(pa.opaque(pa.binary(), "bit", "PostgreSQL"))
if "postgres" in con
else pd.ArrowDtype(pa.binary())
)

Expand Down

0 comments on commit e025d84

Please sign in to comment.