LadyForest commented on code in PR #159: URL: https://github.com/apache/flink-table-store/pull/159#discussion_r898763868
########## docs/content/docs/development/create-table.md: ########## @@ -26,6 +26,31 @@ under the License. # Create Table +## Catalog + +Table Store uses Catalog to manage all the databases and tables. You need to create a +Table Store catalog and use it. Table Store catalog has a root directory, configured through `warehouse`. Review Comment: ```suggestion Table Store uses its own Catalog to manage all the databases and tables. Users need to configure the type `table-store` and a root directory `warehouse` to use it. ``` ########## docs/content/docs/development/create-table.md: ########## @@ -26,6 +26,31 @@ under the License. # Create Table +## Catalog + +Table Store uses Catalog to manage all the databases and tables. You need to create a +Table Store catalog and use it. Table Store catalog has a root directory, configured through `warehouse`. Review Comment: ```suggestion Table Store uses its own catalog to manage all the databases and tables. Users need to configure the type `table-store` and a root directory `warehouse` to use it. ``` -- 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]
