Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit fdd2ad5

Browse files
authored
Merge branch 'main' into kaggle
2 parents d248b0f + 8159f8f commit fdd2ad5

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)