Skip to content

Commit c3a658a

Browse files
committed
fix doctest
1 parent 4f7efd8 commit c3a658a

File tree

1 file changed

+1
-1
lines changed
  • bigframes/bigquery/_operations

1 file changed

+1
-1
lines changed

bigframes/bigquery/_operations/ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def generate_bool(
6060
0 {'result': True, 'full_response': '{"candidate...
6161
1 {'result': True, 'full_response': '{"candidate...
6262
2 {'result': False, 'full_response': '{"candidat...
63-
dtype: struct<result: bool, full_response: string, status: string>[pyarrow]
63+
dtype: struct<result: bool, full_response: extension<dbjson<JSONArrowType>>, status: string>[pyarrow]
6464
6565
>>> bbq.ai.generate_bool((df["col_1"], " is a ", df["col_2"])).struct.field("result")
6666
0 True

0 commit comments

Comments
 (0)