Skip to content

Commit

Permalink
Update functions.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sjayabalan committed Aug 2, 2024
1 parent 77ff484 commit de75ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/snowflake/snowpark/functions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ object functions {
* when the conversion can not be performed.
* The column argument must be a string column in Snowflake.
*/
def try_cast(e : Column,targetType: Column): Column = {
def try_cast(e : Column,targetType: String): Column = {
try_cast(e,targetType())
}
/**
Expand Down

0 comments on commit de75ff0

Please sign in to comment.