eric-maynard commented on code in PR #1004:
URL: https://github.com/apache/polaris/pull/1004#discussion_r1958653670


##########
site/content/in-dev/unreleased/command-line-interface.md:
##########
@@ -145,7 +145,15 @@ polaris catalogs create \
   --allowed-location s3://example-bucket/second_location \
   --allowed-location s3://other-bucket/third_location \
   --role-arn ${ROLE_ARN} \
-  my_other_catalog
+  my_other_catalog 
+
+polaris catalogs create \
+  --storage-type file \
+  --default-base-location file:///example/tmp \
+  quickstart_catalog
+
+Note: file:///example/tmp refers to the local /example/tmp directory. Please 
replace this directory with your local storage path.

Review Comment:
   This note seems unnecessary; for example just above we freely use the 
location `s3://other-bucket/third_location `



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