flyrain commented on code in PR #4501:
URL: https://github.com/apache/polaris/pull/4501#discussion_r3285945856
##########
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:
wondering if we could change it to 1.11.0 here as well
--
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]