Skip to content

Commit

Permalink
[FLINK-22970][docs][table] The documentation for TO_TIMESTAMP UDF h…
Browse files Browse the repository at this point in the history
…as an incorrect description (apache#16141)
  • Loading branch information
tony810430 authored Jun 28, 2021
1 parent 4cc1246 commit aef798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/sql_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ temporal:
table: toTimestampLtz(NUMERIC, PRECISION)
description: "Converts a epoch seconds or epoch milliseconds to a TIMESTAMP_LTZ, the valid precision is 0 or 3, the 0 represents TO_TIMESTAMP_LTZ(epochSeconds, 0), the 3 represents TO_TIMESTAMP_LTZ(epochMilliseconds, 3)."
- sql: TO_TIMESTAMP(string1[, string2])
description: "Converts date time string string1 with format string2 (by default: 'yyyy-MM-dd HH:mm:ss') under the session time zone (specified by TableConfig) to a timestamp."
description: "Converts date time string string1 with format string2 (by default: 'yyyy-MM-dd HH:mm:ss') under the 'UTC+0' time zone to a timestamp."
- sql: CURRENT_WATERMARK(rowtime)
description: |
Returns the current watermark for the given rowtime attribute, or `NULL` if no common watermark of all upstream operations is available at the current operation in the pipeline.
Expand Down

0 comments on commit aef798d

Please sign in to comment.