We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3d36f commit 06a32b8Copy full SHA for 06a32b8
third_party/bigframes_vendored/ibis/expr/operations/ai_ops.py
@@ -32,7 +32,7 @@ class AIGenerate(Value):
32
@attribute
33
def dtype(self) -> dt.Struct:
34
if self.output_schema is None:
35
- output_pa_fields = pa.field("result", pa.string())
+ output_pa_fields = (pa.field("result", pa.string()),)
36
else:
37
output_pa_fields = output_schemas.parse_sql_fields(self.output_schema.value)
38
0 commit comments