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 2020/05/17 14:59:05 UTC

[GitHub] [flink] Shih-Wei-Hsu commented on a change in pull request #12194: [FLINK-17764][Examples]Update tips about the default planner when the planner parameter value is not recognized

Shih-Wei-Hsu commented on a change in pull request #12194:
URL: https://github.com/apache/flink/pull/12194#discussion_r426270923



##########
File path: flink-examples/flink-examples-table/src/main/java/org/apache/flink/table/examples/java/StreamSQLExample.java
##########
@@ -69,7 +69,7 @@ public static void main(String[] args) throws Exception {
 			tEnv = StreamTableEnvironment.create(env, settings);
 		} else {
 			System.err.println("The planner is incorrect. Please run 'StreamSQLExample --planner <planner>', " +
-				"where planner (it is either flink or blink, and the default is flink) indicates whether the " +

Review comment:
       Thanks for your reminder.
   I actually ignored it. 
   I will submit this update later.




----------------------------------------------------------------
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:
users@infra.apache.org