mlsstart commented on code in PR #1062: URL: https://github.com/apache/polaris/pull/1062#discussion_r1970825061
########## 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: Hello! I've already updated as you requested. I've grouped this part with the above two catalog creation examples. If you have any other needs, please feel free to tell me. -- 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]
