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


##########
site/content/guides/jdbc/docker-compose.yml:
##########
@@ -84,13 +86,13 @@ services:
       /opt/spark/bin/spark-sql,
       --packages, 
"org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.10.1,org.apache.iceberg:iceberg-aws-bundle:1.10.1,org.apache.iceberg:iceberg-gcp-bundle:1.10.1,org.apache.iceberg:iceberg-azure-bundle:1.10.1",
       --conf, 
"spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions",
-      --conf, 
"spark.sql.catalog.polaris=org.apache.iceberg.spark.SparkCatalog",
-      --conf, "spark.sql.catalog.polaris.type=rest",
-      --conf, "spark.sql.catalog.polaris.warehouse=quickstart_catalog",
-      --conf, "spark.sql.catalog.polaris.uri=http://polaris:8181/api/catalog";,
-      --conf, "spark.sql.catalog.polaris.credential=root:s3cr3t",
-      --conf, "spark.sql.catalog.polaris.scope=PRINCIPAL_ROLE:ALL",
-      --conf, "spark.sql.defaultCatalog=polaris",
+      --conf, 
"spark.sql.catalog.quickstart_catalog=org.apache.iceberg.spark.SparkCatalog",

Review Comment:
   Good point — reverted in 03aba7c. Spark catalog name is back to `polaris`, 
and the SQL samples now read `USE polaris;`. The Polaris catalog entity name 
(`warehouse=quickstart_catalog`) is unchanged.



-- 
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