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 authored and kszucs committed Oct 16, 2023
1 parent 6b33454 commit 79b6eac
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 79b6eac

Please sign in to comment.