openinx commented on a change in pull request #27:
URL: https://github.com/apache/iceberg-docs/pull/27#discussion_r801214829
##########
File path: landing-page/content/common/releases/release-notes.md
##########
@@ -25,14 +25,18 @@ url: releases
The latest version of Iceberg is [{{% icebergVersion
%}}](https://github.com/apache/iceberg/releases/tag/apache-iceberg-{{%
icebergVersion %}}).
* [{{% icebergVersion %}} source
tar.gz](https://www.apache.org/dyn/closer.cgi/iceberg/apache-iceberg-{{%
icebergVersion %}}/apache-iceberg-{{% icebergVersion %}}.tar.gz) --
[signature](https://downloads.apache.org/iceberg/apache-iceberg-{{%
icebergVersion %}}/apache-iceberg-{{% icebergVersion %}}.tar.gz.asc) --
[sha512](https://downloads.apache.org/iceberg/apache-iceberg-{{% icebergVersion
%}}/apache-iceberg-{{% icebergVersion %}}.tar.gz.sha512)
+* [{{% icebergVersion %}} Spark 3.2 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.2_2.12/{{%
icebergVersion %}}/iceberg-spark-runtime-3.2_2.12-{{% icebergVersion %}}.jar)
+* [{{% icebergVersion %}} Spark 3.1 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.1_2.12/{{%
icebergVersion %}}/iceberg-spark-runtime-3.1_2.12-{{% icebergVersion %}}.jar)
Review comment:
I think this jar naming issue don't block this PR, but the inconsistent
name approach for different spark versions seems increase the cost to
understand which is the correct groupId/artifactId to use for the downstream
users. For my personal understanding, I will recommend to use the similar
name approach for spark 2.4 & 3.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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]