luoyuxia created FLINK-31130:
--------------------------------
Summary: Improve version info for the doc of SQL Gateway
Key: FLINK-31130
URL: https://issues.apache.org/jira/browse/FLINK-31130
Project: Flink
Issue Type: Improvement
Components: Documentation, Table SQL / Gateway
Reporter: luoyuxia
In the sql gateway doc, In the part of
[https://nightlies.apache.org/flink/flink-docs-master/zh/docs/dev/table/sql-gateway/overview/#starting-the-sql-gateway,|https://nightlies.apache.org/flink/flink-docs-master/zh/docs/dev/table/sql-gateway/overview/#starting-the-sql-gateway]
{code:java}
$ curl http://localhost:8083/v1/info
{"productName":"Apache Flink","version":"1.16-SNAPSHOT"} {code}
the version will be always 1.16-SNAPSHOT whatever the Flink version is . It may
cause use feel confused.
For user, when it's for flink 1.17 doc, it should show "version":"1.17"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)