zck573693104 commented on a change in pull request #15203: URL: https://github.com/apache/flink/pull/15203#discussion_r594086882
########## File path: docs/dev/table/sqlClient.md ########## @@ -45,10 +45,10 @@ The SQL Client is bundled in the regular Flink distribution and thus runnable ou ### Starting the SQL Client CLI -The SQL Client scripts are also located in the binary directory of Flink. [In the future](sqlClient.html#limitations--future), a user will have two possibilities of starting the SQL Client CLI either by starting an embedded standalone process or by connecting to a remote SQL Client Gateway. At the moment only the `embedded` mode is supported. You can start the CLI by calling: +The SQL Client scripts are also located in the binary directory of Flink. [In the future](sqlClient.html#limitations--future), a user will have two possibilities of starting the SQL Client CLI either by starting an embedded standalone process or by connecting to a remote SQL Client Gateway. At the moment only the `embedded` mode is supported,default mode value `embedded`. You can start the CLI by calling: {% highlight bash %} -./bin/sql-client.sh embedded +./bin/sql-client.sh embedded(default mode value embedded) Review comment: tks jark.Revise it when you get home. ---------------------------------------------------------------- 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: us...@infra.apache.org