Skip to content

Commit 1014320

Browse files
authored
Merge branch 'main' into udf-test1
2 parents 66a96ab + 8159f8f commit 1014320

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bigframes/functions/_function_session.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,6 @@ def wrapper(func):
555555
warnings.warn(msg, category=bfe.FunctionConflictTypeHintWarning)
556556
py_sig = py_sig.replace(return_annotation=output_type)
557557

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.
562558
# The function will actually be receiving a pandas Series, but allow
563559
# both BigQuery DataFrames and pandas object types for compatibility.
564560
is_row_processor = False

0 commit comments

Comments
 (0)