From 1cbcce9e417f41fd07f1595010e192945f585b7b Mon Sep 17 00:00:00 2001 From: Sophie Tan Date: Wed, 5 Jun 2024 13:41:42 -0700 Subject: [PATCH] Remove comment --- src/snowflake/snowpark/mock/_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/snowflake/snowpark/mock/_functions.py b/src/snowflake/snowpark/mock/_functions.py index 2e4a47bb0e2..7c9ca35a214 100644 --- a/src/snowflake/snowpark/mock/_functions.py +++ b/src/snowflake/snowpark/mock/_functions.py @@ -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