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 b33eeb25 [hotfix] Fix error in quick start document
b33eeb25 is described below

commit b33eeb251e860d5de53cdb48874e9675c4821f2c
Author: JingsongLi <[email protected]>
AuthorDate: Mon Jun 20 16:21:23 2022 +0800

    [hotfix] Fix error in quick start document
---
 docs/content/docs/try-table-store/quick-start.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/try-table-store/quick-start.md 
b/docs/content/docs/try-table-store/quick-start.md
index be5913c6..59a4f4e7 100644
--- a/docs/content/docs/try-table-store/quick-start.md
+++ b/docs/content/docs/try-table-store/quick-start.md
@@ -113,7 +113,7 @@ Start the SQL Client CLI:
 ```sql
 CREATE CATALOG my_catalog WITH (
   'type'='table-store',
-  'warehouse'='fs:/tmp/table_store'
+  'warehouse'='file:/tmp/table_store'
 );
 
 USE CATALOG my_catalog;

Reply via email to