hanyuzheng7 commented on code in PR #25763:
URL: https://github.com/apache/flink/pull/25763#discussion_r1893182712
##########
docs/data/sql_functions_zh.yml:
##########
@@ -805,11 +805,12 @@ temporal:
- sql: TO_DATE(string1[, string2])
table: toDate(STRING1[, STRING2])
description: 将格式为 string2(默认为 'yyyy-MM-dd')的字符串 string1 转换为日期。
- - sql: TO_TIMESTAMP_LTZ(numeric, precision)
- table: toTimestampLtz(numeric, PRECISION)
- description: |
- 将纪元秒或纪元毫秒转换为 TIMESTAMP_LTZ,有效精度为 0 或 3,0 代表
`TO_TIMESTAMP_LTZ(epochSeconds, 0)`,
- 3 代表` TO_TIMESTAMP_LTZ(epochMilliseconds, 3)`。
+ - sql: TO_TIMESTAMP_LTZ(numeric[, precision])
+ table: toTimestampLtz(NUMERIC, PRECISION)
+ description: Converts an 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). If no precision is provided, the
default precision is 3.
Review Comment:
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]