You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/04 12:06:27 UTC

[GitHub] [flink] RocMarshal commented on a change in pull request #18966: [FLINK-26422][docs-zh][table]update chinese doc with the new TablePipeline docs

RocMarshal commented on a change in pull request #18966:
URL: https://github.com/apache/flink/pull/18966#discussion_r819515417



##########
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:
       Sorry for the late response. @leonardBang @zoucao 
   Looks good to me on the whole. However, minor confusion from my limited read: Should the Java code here have an ending symbol ‘;’ ?




-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org