flyrain commented on code in PR #1062:
URL: https://github.com/apache/polaris/pull/1062#discussion_r1970802030


##########
site/content/in-dev/unreleased/command-line-interface.md:
##########
@@ -162,6 +162,15 @@ polaris catalogs create \
   my_other_catalog
 ```
 
+Create a catalog with the FILE storage format.
+
+```
+polaris catalogs create \
+  --storage-type file \
+  --default-base-location file:///example/tmp \
+  quickstart_catalog

Review Comment:
   Can you group this with the above 2 examples of catalog creation? It's a 
part of the creation example. 
   ```
   polaris catalogs create \
     --storage-type file \    # with a local file storage type
     --default-base-location file:///example/tmp \
     quickstart_catalog
   ```



-- 
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]

Reply via email to