zoucao commented on a change in pull request #18966: URL: https://github.com/apache/flink/pull/18966#discussion_r820493792
########## File path: docs/content.zh/docs/dev/table/data_stream_api.md ########## @@ -596,13 +596,13 @@ pipeline or a statement set: ```java // execute with explicit sink -tableEnv.from("InputTable").executeInsert("OutputTable") +tableEnv.from("InputTable").insertInto("OutputTable").execute() Review comment: Hi @leonardBang, I'm glad to do this, and thanks @RocMarshal for proposing it. I'm sorry for the late reply. I have checked all the java code and found the missing symbol ‘;’ existing in our java code, should I fix it in this pr or create another pr called [hotfix]? I think the ending symbol ‘;’ for other java codes is not closely related to this pr. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org