adnanhemani commented on code in PR #3964:
URL: https://github.com/apache/polaris/pull/3964#discussion_r2914535379


##########
site/content/in-dev/unreleased/getting-started/using-polaris/_index.md:
##########
@@ -179,7 +179,7 @@ docker attach $(docker ps -q --filter name=spark-sql)
 Once the Spark session starts, we can create a namespace and table within the 
catalog:
 
 ```sql
-USE quickstart_catalog;
+USE polaris;

Review Comment:
   this is another place where #2963 broke the quickstart. The 
docker-compose.yml file states "polaris" as the catalog name but the Spark 
block above states "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