Skip to content

Commit e025d84

Browse files
fix
1 parent de5c604 commit e025d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_sql.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4391,6 +4391,8 @@ def test_bytes_column(con, request):
43914391
dtype = (
43924392
pd.ArrowDtype(pa.string())
43934393
if "postgres" in con and "adbc" not in con
4394+
else pd.ArrowDtype(pa.opaque(pa.binary(), "bit", "PostgreSQL"))
4395+
if "postgres" in con
43944396
else pd.ArrowDtype(pa.binary())
43954397
)
43964398

0 commit comments

Comments
 (0)