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 85c5407 commit 52de10aCopy full SHA for 52de10a
bigframes/core/compile/ibis_compiler/operations/geo_ops.py
@@ -167,7 +167,7 @@ def st_isclosed(a: ibis_dtypes.geography) -> ibis_dtypes.boolean: # type: ignor
167
168
@ibis_udf.scalar.builtin
169
def st_simplify(
170
- geography: ibis_dtypes.geography,
171
- tolerance_meters: ibis_dtypes.float,
+ geography: ibis_dtypes.geography, # type: ignore
+ tolerance_meters: ibis_dtypes.float, # type: ignore
172
) -> ibis_dtypes.geography: # type: ignore
173
...
0 commit comments