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


##########
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:
   I think `quickstart_catalog` is consistent with the value in the spark 
config above, see line 151. 
   
   Another option is to have this config in the spark config around line 151, 
so that we don't need  the `use xxx` command.
   ```
    --conf spark.sql.defaultCatalog=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