mlsstart commented on code in PR #1004:
URL: https://github.com/apache/polaris/pull/1004#discussion_r1958953301
##########
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:
You're right. This note is indeed unnecessary. I've already made the
modification. I'll pay more attention to such issues in the future to ensure
the content is concise and clear.
--
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]