diff --git a/ibis/backends/sql/compilers/bigquery/__init__.py b/ibis/backends/sql/compilers/bigquery/__init__.py index 2b62903d0009..cff1a82fc6b9 100644 --- a/ibis/backends/sql/compilers/bigquery/__init__.py +++ b/ibis/backends/sql/compilers/bigquery/__init__.py @@ -324,13 +324,6 @@ def _compile_python_udf(self, udf_node: ops.ScalarUDF) -> sge.Create: @staticmethod def _minimize_spec(start, end, spec): - if ( - start is None - and isinstance(getattr(end, "value", None), ops.Literal) - and end.value.value == 0 - and end.following - ): - return None return spec def visit_BoundingBox(self, op, *, arg):