Skip to content

Commit e2382b2

Browse files
authored
chore: fix experimental blob ObjRefDtype (#1335)
1 parent c5eac01 commit e2382b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
),
8080
pa.field(
8181
"details",
82-
pa.large_string(), # JSON
82+
db_dtypes.JSONArrowType(),
8383
),
8484
)
8585
)

0 commit comments

Comments
 (0)