This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 22cae39d [docs] Remove "embedded" SQL CLI parameter in the Flink
quickstart documentation
22cae39d is described below
commit 22cae39db393fc2df5fadea9c7fbb6a09499f47a
Author: Jark Wu <[email protected]>
AuthorDate: Fri Jan 13 17:55:19 2023 +0800
[docs] Remove "embedded" SQL CLI parameter in the Flink quickstart
documentation
This closes #482
---
docs/content/docs/engines/flink.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/engines/flink.md
b/docs/content/docs/engines/flink.md
index a54a9a68..7f691dc4 100644
--- a/docs/content/docs/engines/flink.md
+++ b/docs/content/docs/engines/flink.md
@@ -110,7 +110,7 @@ the Flink dashboard and see that the cluster is up and
running.
You can now start Flink SQL client to execute SQL scripts.
```bash
-<FLINK_HOME>/bin/sql-client.sh embedded
+<FLINK_HOME>/bin/sql-client.sh
```
**Step 5: Create a Catalog and a Table**