MonkeyCanCode commented on code in PR #4501:
URL: https://github.com/apache/polaris/pull/4501#discussion_r3286080233
##########
plugins/spark/v3.5/getting-started/notebooks/SparkPolaris.ipynb:
##########
@@ -267,7 +267,7 @@
"spark = (SparkSession.builder\n",
" # This jar is now automatically discovered, thus no longer needed\n",
" #.config(\"spark.jars\",
\"../polaris_libs/polaris-spark-3.5_2.12-1.2.0-incubating-SNAPSHOT-bundle.jar\")\n",
- " .config(\"spark.jars.packages\",
\"org.apache.iceberg:iceberg-aws-bundle:1.10.0,io.delta:delta-spark_2.12:3.2.1\")\n",
+ " .config(\"spark.jars.packages\",
\"org.apache.iceberg:iceberg-aws-bundle:1.10.1,io.delta:delta-spark_2.12:3.2.1\")\n",
Review Comment:
Good catch. Missed it earlier.
--
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]