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 9164faa commit 8159f8fCopy full SHA for 8159f8f
bigframes/functions/_function_session.py
@@ -555,10 +555,6 @@ def wrapper(func):
555
warnings.warn(msg, category=bfe.FunctionConflictTypeHintWarning)
556
py_sig = py_sig.replace(return_annotation=output_type)
557
558
- # Try to get input types via type annotations.
559
-
560
- # The function will actually be receiving a pandas Series, but allow both
561
- # BigQuery DataFrames and pandas object types for compatibility.
562
# The function will actually be receiving a pandas Series, but allow
563
# both BigQuery DataFrames and pandas object types for compatibility.
564
is_row_processor = False
0 commit comments