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 Jun 5, 2024
1 parent f0b5ce4 commit 1cbcce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snowflake/snowpark/mock/_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,6 @@ def convert_char(data, _fmt):
raise_error=NotImplementedError,
)

# row index information is needed to retrieve format information in another pd series, thus calling to_frame here
res = column.combine(fmt, convert_char)
res.sf_type = ColumnType(StringType(), column.sf_type.nullable)
return res
Expand Down

0 comments on commit 1cbcce9

Please sign in to comment.