Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jrose committed Dec 16, 2024
1 parent ed232de commit 0dd7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/_internal/type_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def convert_sf_to_sp_type(
) -> DataType:
"""Convert the Snowflake logical type to the Snowpark type."""
semi_structured_fill = (
None if context._should_use_structured_type_semanticselse else StringType()
None if context._should_use_structured_type_semantics else StringType()
)
if column_type_name == "ARRAY":
return ArrayType(semi_structured_fill)
Expand Down

0 comments on commit 0dd7b91

Please sign in to comment.