davidradl commented on code in PR #26378:
URL: https://github.com/apache/flink/pull/26378#discussion_r2093325892
##########
docs/content/docs/dev/table/sql-gateway/overview.md:
##########
@@ -41,7 +41,7 @@ Getting Started
This section describes how to setup and run your first Flink SQL program from
the command-line.
-The SQL Gateway is bundled in the regular Flink distribution and thus runnable
out-of-the-box. It requires only a running Flink cluster where table programs
can be executed. For more information about setting up a Flink cluster see the
[Cluster & Deployment]({{< ref
"docs/deployment/resource-providers/standalone/overview" >}}) part. If you
simply want to try out the SQL Client, you can also start a local cluster with
one worker using the following command:
+The SQL Gateway is bundled in the regular Flink distribution and thus runnable
out-of-the-box. It requires only a running Flink cluster where table programs
can be executed. For more information about setting up a Flink cluster see the
[Cluster & Deployment]({{< ref
"docs/deployment/resource-providers/standalone/overview" >}}) part. If you
simply want to try out the SQL Gateway, you can also start a local cluster with
one worker using the following command:
Review Comment:
I suggest changing this sentence, it currently implies that start-cluster
will start the gateway.
Before being able to use the gateway, you will need a cluster; you can start
a local cluster with one worker using the following command:
--
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]