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 b55602e commit 4c73fcbCopy full SHA for 4c73fcb
‎bigframes/core/compile/sqlglot/aggregate_compiler.py‎
@@ -18,7 +18,7 @@
18
19
import sqlglot.expressions as sge
20
21
-from bigframes import dtypes, constants
+from bigframes import constants, dtypes
22
from bigframes.core import expression, window_spec
23
from bigframes.core.compile.sqlglot.expressions import typed_expr
24
import bigframes.core.compile.sqlglot.scalar_compiler as scalar_compiler
@@ -111,4 +111,3 @@ def _apply_window_if_present(
111
if window is not None:
112
raise NotImplementedError("Can't apply window to the expression.")
113
return value
114
-
0 commit comments