MonkeyCanCode commented on code in PR #4501: URL: https://github.com/apache/polaris/pull/4501#discussion_r3285439083
########## plugins/spark/README.md: ########## @@ -54,7 +54,7 @@ Run the following command to build the Polaris Spark project and publish the sou ```shell bin/spark-shell \ ---packages org.apache.polaris:polaris-spark-<spark_version>_<scala_version>:<polaris_version>,org.apache.iceberg:iceberg-aws-bundle:1.10.0,io.delta:delta-spark_2.12:3.3.1 \ +--packages org.apache.polaris:polaris-spark-<spark_version>_<scala_version>:<polaris_version>,org.apache.iceberg:iceberg-aws-bundle:<iceberg_version>,io.delta:delta-spark_2.12:3.3.1 \ Review Comment: Yes. As we removed `plugins/pluginlibs.versions.toml`, it is going to build with the one from `gradle/libs.versions.toml` which is now `1.11.0`. Let me update this shortly. -- 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]
