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


##########
site/content/in-dev/unreleased/polaris-spark-client.md:
##########
@@ -71,7 +71,7 @@ bin/spark-shell \
 --conf spark.sql.catalog.<spark-catalog-name>.scope='PRINCIPAL_ROLE:ALL' \
 --conf spark.sql.catalog.<spark-catalog-name>.token-refresh-enabled=true
 ```
-Assume the released Polaris Spark client you want to use is 
`org.apache.polaris:polaris-iceberg-1.8.1-spark-runtime-3.5_2.12:1.0.0`,
+Assume the released Polaris Spark client you want to use is 
`org.apache.polaris:polaris-spark-3.5_2.12:1.0.0`,

Review Comment:
   Are we sure spark can download the bundle jar with the following config? Can 
we test it out? I'm not sure how do we test it against local mvn repo though, 
one way is to merge this into nightly maven repo first, then test it out.
   ```
   --packages org.apache.polaris:polaris-spark-3.5_2.12:1.0.0
   ```



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