Skip to content

Commit

Permalink
Removed li tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sjayabalan committed Sep 18, 2024
1 parent 3b6f88c commit 74cb157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/snowflake/snowpark_java/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -4816,6 +4816,7 @@ public static Column from_json(Column e) {
* '13.97 USD', '97.0', '17,-'], schema=["a"])
* df.select(try_cast(col("a"), FloatType()).as_('ans')).collect()
* [Row(ANS=0.12), Row(ANS=None), Row(ANS=None), Row(ANS=None), Row(ANS=None)]
*
* }</pre>
*
* @since 1.15.0
Expand Down

0 comments on commit 74cb157

Please sign in to comment.