This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 303bc92cc Use multi-lines instead of single line (#1961)
303bc92cc is described below

commit 303bc92ccc3d226505ba9e21381f61679e370b7a
Author: Yong Zheng <yongzheng0...@gmail.com>
AuthorDate: Thu Jun 26 20:37:17 2025 -0500

    Use multi-lines instead of single line (#1961)
---
 site/content/in-dev/unreleased/getting-started/using-polaris.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/site/content/in-dev/unreleased/getting-started/using-polaris.md 
b/site/content/in-dev/unreleased/getting-started/using-polaris.md
index 35f0bae33..1403e7b02 100644
--- a/site/content/in-dev/unreleased/getting-started/using-polaris.md
+++ b/site/content/in-dev/unreleased/getting-started/using-polaris.md
@@ -309,7 +309,9 @@ curl -v 
http://127.0.0.1:8181/api/management/v1/catalogs/quickstart_catalog -H "
 * A Getting Started experience for using Spark with Jupyter Notebooks is 
documented 
[here](https://github.com/apache/polaris/blob/main/getting-started/spark/README.md).
 * To shut down a locally-deployed Polaris server and clean up all related 
Docker containers, run the command listed below. Cloud Deployments have their 
respective termination commands on their Deployment page, while Polaris running 
on Gradle will terminate when the Gradle process terminates.
 ```shell
-docker compose -p polaris -f 
getting-started/assets/postgres/docker-compose-postgres.yml -f 
getting-started/jdbc/docker-compose-bootstrap-db.yml -f 
getting-started/jdbc/docker-compose.yml down
+docker compose -p polaris \
+  -f getting-started/assets/postgres/docker-compose-postgres.yml \
+  -f getting-started/jdbc/docker-compose-bootstrap-db.yml \
+  -f getting-started/jdbc/docker-compose.yml \
+  down
 ```
-
-

Reply via email to