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 4e181ce commit 76a2d96Copy full SHA for 76a2d96
bigframes/core/compile/ibis_compiler/scalar_op_registry.py
@@ -30,7 +30,7 @@
30
from bigframes.core.compile.constants import UNIT_TO_US_CONVERSION_FACTORS
31
import bigframes.core.compile.ibis_compiler.default_ordering
32
from bigframes.core.compile.ibis_compiler.scalar_op_compiler import (
33
- scalar_op_compiler, # TODO(b/428238610): avoid import of variables
+ scalar_op_compiler, # TODO(tswast): avoid import of variables
34
)
35
import bigframes.core.compile.ibis_types
36
import bigframes.operations as ops
0 commit comments