matriv commented on a change in pull request #18804:
URL: https://github.com/apache/flink/pull/18804#discussion_r808994101



##########
File path: docs/content/docs/dev/table/tableApi.md
##########
@@ -1454,21 +1454,23 @@ result3 = 
table.order_by(table.a.asc).offset(10).fetch(5)
 
 {{< label Batch >}} {{< label Streaming >}}
 
-Similar to the `INSERT INTO` clause in a SQL query, the method performs an 
insertion into a registered output table. The `executeInsert()` method will 
immediately submit a Flink job which execute the insert operation.
+Similar to the `INSERT INTO` clause in a SQL query, the method performs an 
insertion into a registered output table. 
+The `insertInto()` method will translate the `INSERT INTO` to a 
`TablePipeline`. 

Review comment:
       I understand, I also don't think `convert` is 100% matching the context 
as well.
   `transform` maybe?
   




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