Skip to content

Commit d1a4c07

Browse files
1 parent 1598f2f commit d1a4c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/compile/sqlglot/expressions/unary_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ def _(op: ops.ParseJSON, expr: TypedExpr) -> sge.Expression:
197197

198198
@UNARY_OP_REGISTRATION.register(ops.ToJSONString)
199199
def _(op: ops.ToJSONString, expr: TypedExpr) -> sge.Expression:
200-
return sge.func("TO_JSON_STRING", expr.expr)
200+
return sge.func("TO_JSON_STRING", expr.expr)

0 commit comments

Comments
 (0)