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 dfd7858 commit 893e13fCopy full SHA for 893e13f
bigframes/testing/utils.py
@@ -486,5 +486,5 @@ def _apply_nary_op(
486
"""Applies a nary op to the given DataFrame and return the SQL representing
487
the resulting DataFrame."""
488
op_expr = op.as_expr(*args)
489
- sql = _apply_ops_to_sql(obj, [op_expr], [args[0]])
+ sql = _apply_ops_to_sql(obj, [op_expr], [args[0]]) # type: ignore
490
return sql
0 commit comments