snazy commented on code in PR #2957:
URL: https://github.com/apache/polaris/pull/2957#discussion_r2486679199
##########
plugins/spark/v3.5/getting-started/notebooks/SparkPolaris.ipynb:
##########
@@ -265,7 +265,6 @@
"from pyspark.sql import SparkSession\n",
"\n",
"spark = (SparkSession.builder\n",
- " .config(\"spark.jars\",
\"../polaris_libs/polaris-spark-3.5_2.12-1.2.0-incubating-SNAPSHOT-bundle.jar\")
# TODO: add a way to automatically discover the Jar\n",
Review Comment:
Ah! Okay, didn't realize that.
Mind keeping that line just commented out for posterity for users - that
they have to add that jar?
--
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]