JingsongLi commented on a change in pull request #11410: 
[FLINK-16567][Documentation] Get the API error of the StreamQueryConf…
URL: https://github.com/apache/flink/pull/11410#discussion_r394202871
 
 

 ##########
 File path: docs/dev/table/streaming/query_configuration.md
 ##########
 @@ -51,10 +51,10 @@ tableEnv.registerTableSink(
   sink);                       // table sink
 
 // emit result Table via a TableSink
-result.insertInto("outputTable", qConfig);
+result.insertInto("outputTable", tConfig);
 
 Review comment:
   Should just use `result.insertInto("outputTable");`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to