Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stan committed Jul 20, 2023
1 parent 5f27f76 commit d2ff232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/snowflake/snowpark/udtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ def _do_register_udtf(
elif isinstance(
output_schema, Iterable
): # with column names instead of StructType. Read type hints to infer column types.
# can we refactor this block to be in process_registration_inputs?
output_schema = tuple(output_schema)
_validate_output_schema_names(output_schema)
return_type = None
Expand Down
3 changes: 0 additions & 3 deletions tests/integ/test_udtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@

@pytest.fixture(scope="module")
def vectorized_udtf_test_table(session) -> str:
session.sql(
"alter session set python_udtf_enable_end_partition_dataframe_encoding = true;"
).collect()
# Input tabular data
table_name = Utils.random_table_name()
session.create_dataframe(
Expand Down

0 comments on commit d2ff232

Please sign in to comment.