Skip to content

Commit

Permalink
feat(formats): map ibis JSON type to pyarrow strings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 14, 2023
1 parent d27f456 commit 6b66c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/formats/pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
dt.Unknown: pa.string(),
dt.MACADDR: pa.string(),
dt.INET: pa.string(),
dt.JSON: pa.string(),
}


Expand Down

0 comments on commit 6b66c3c

Please sign in to comment.