viv-tong commented on code in PR #3964: URL: https://github.com/apache/polaris/pull/3964#discussion_r2911948386
########## 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: @flyrain Gotcha! Thanks for the feedback! I'll take a closer look on your suggestion over the weekend. -- 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]
