Skip to content

Commit 811937f

Browse files
got rid of snowpark changes
1 parent b3b0a55 commit 811937f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/snowflake/snowpark/_internal/udf_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,6 @@ def extract_return_input_types(
595595
return True, False, res_return_type, res_input_types
596596
elif isinstance(
597597
return_type_from_type_hints, PandasDataFrameType
598-
) and not isinstance(
599-
return_type, PandasDataFrameType
600598
): # vectorized UDTF
601599
return_type = PandasDataFrameType(
602600
[x.datatype for x in return_type], [x.name for x in return_type]

0 commit comments

Comments
 (0)