snuyanzin commented on code in PR #27793:
URL: https://github.com/apache/flink/pull/27793#discussion_r2976028908
##########
docs/data/sql_functions_zh.yml:
##########
@@ -855,7 +837,7 @@ temporal:
Converts a timestamp string to a TIMESTAMP_LTZ.
- string1: the timestamp string to parse
- - string2: the format pattern (default 'yyyy-MM-dd HH:mm:ss'). The
pattern follows Java's DateTimeFormatter syntax, where 'S' represents
fractional seconds (e.g., 'SSS' for milliseconds, 'SSSSSSSSS' for nanoseconds).
+ - string2: the format pattern (default 'yyyy-MM-dd HH:mm:ss'). The
pattern follows Java's
[DateTimeFormatter](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html)
syntax, where 'S' represents fractional seconds (e.g., 'SSS' for milliseconds,
'SSSSSSSSS' for nanoseconds).
Review Comment:
this seems not fixed yet
--
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]