davidradl commented on code in PR #26645:
URL: https://github.com/apache/flink/pull/26645#discussion_r2135781725


##########
docs/content/docs/dev/table/concepts/temporal_table_function.md:
##########
@@ -62,7 +62,7 @@ the versioning time attribute.
 ```java
 TemporalTableFunction rates = tEnv
     .from("currency_rates")
-    .createTemporalTableFunction("update_time", "currency");
+    .createTemporalTableFunction($("update_time"), $("currency"));

Review Comment:
   please include the Chinese docs change as well.



-- 
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]

Reply via email to