openinx commented on a change in pull request #27:
URL: https://github.com/apache/iceberg-docs/pull/27#discussion_r800297155



##########
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:
       Is there any plan to align the iceberg-spark runtime jar among 2.4, 3.0, 
3.1 and 3.2 ? I see the spark 2.4 has the name `iceberg-spark-runtime-0.13.0`, 
spark 3.0 has the name `iceberg-spark3-runtime-0.13.0` but spark 3.1 or spark 
3.2 has the name `iceberg-spark-runtime-3.1_2.12-0.13.0`.
   
   Why not just name all the runtime jar as format 
`iceberg-spark-runtime-$sparkVersion_$scalaVersion-$icebergVersion` ? 




-- 
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]

Reply via email to