This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 080b6d61 Fix incorrect download url for spark3.4 iceberg runtime jar 
(#251)
080b6d61 is described below

commit 080b6d61edee970c9abfa939b8fdda42174799d5
Author: Butao Zhang <[email protected]>
AuthorDate: Tue Jul 11 16:59:07 2023 +0800

    Fix incorrect download url for spark3.4 iceberg runtime jar (#251)
---
 landing-page/content/common/multi-engine-support.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landing-page/content/common/multi-engine-support.md 
b/landing-page/content/common/multi-engine-support.md
index 489dfe24..3cc2206a 100644
--- a/landing-page/content/common/multi-engine-support.md
+++ b/landing-page/content/common/multi-engine-support.md
@@ -69,7 +69,7 @@ Each engine version undergoes the following lifecycle stages:
 | 3.1        | Deprecated         | 0.12.0                  | {{% 
icebergVersion %}} | 
[iceberg-spark-runtime-3.1_2.12](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) 
[1] |
 | 3.2        | Maintained         | 0.13.0                  | {{% 
icebergVersion %}} | 
[iceberg-spark-runtime-3.2_2.12](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) |
 | 3.3        | Maintained         | 0.14.0                  | {{% 
icebergVersion %}} | 
[iceberg-spark-runtime-3.3_2.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.3_2.12/{{%
 icebergVersion %}}/iceberg-spark-runtime-3.3_2.12-{{% icebergVersion %}}.jar) |
-| 3.4        | Maintained         | 1.3.0                   | {{% 
icebergVersion %}} | 
[iceberg-spark-runtime-3.4_2.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.3_2.12/{{%
 icebergVersion %}}/iceberg-spark-runtime-3.3_2.12-{{% icebergVersion %}}.jar) |
+| 3.4        | Maintained         | 1.3.0                   | {{% 
icebergVersion %}} | 
[iceberg-spark-runtime-3.4_2.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.4_2.12/{{%
 icebergVersion %}}/iceberg-spark-runtime-3.4_2.12-{{% icebergVersion %}}.jar) |
 
 * [1] Spark 3.1 shares the same runtime jar `iceberg-spark3-runtime` with 
Spark 3.0 before Iceberg 0.13.0
 

Reply via email to