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 6f291c8 commit 3b6f88c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/java/com/snowflake/snowpark_java/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -4647,11 +4647,12 @@ public static Column format_number(Column x, Integer d) {
*
* <p>NOTE:
*
* <p>Timestamp type: there is no interpretation of date values as UTC Identifiers with spaces:
* Snowflake returns error when an invalid expression is sent.
*
* Timestamp type: there is no interpretation of date values as UTC
* Identifiers with spaces: Snowflake returns error when an invalid expression is sent.
* <p>Usage:
* <pre>{@code
* <p>Usage:
*
* <pre>{@code
* {
* df = session.createDataFrame(Seq(("CR", "{\"id\": 5,
* \"name\": \"Jose\", \"age\": 29}")))
Expand Down

0 comments on commit 3b6f88c

Please sign in to comment.