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 c8452f6b Update Flink and Spark version in engine support page (#128)
c8452f6b is described below

commit c8452f6b5263f7a94f1355f0090bb3becd7c47b0
Author: polaris6 <[email protected]>
AuthorDate: Fri Aug 26 00:03:41 2022 +0800

    Update Flink and Spark version in engine support page (#128)
    
    Co-authored-by: barbzhang <[email protected]>
---
 landing-page/content/common/multi-engine-support.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/landing-page/content/common/multi-engine-support.md 
b/landing-page/content/common/multi-engine-support.md
index 1f2df3e9..63d06318 100644
--- a/landing-page/content/common/multi-engine-support.md
+++ b/landing-page/content/common/multi-engine-support.md
@@ -68,6 +68,7 @@ Each engine version undergoes the following lifecycle stages:
 | 3.0        | Maintained         | 0.9.0                   | {{% 
icebergVersion %}} | 
[iceberg-spark3-runtime](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark3-runtime/{{%
 icebergVersion %}}/iceberg-spark3-runtime-{{% icebergVersion %}}.jar) [1] |
 | 3.1        | Maintained         | 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) 
[2] |
 | 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) |
 
 * [1] Spark 2.4 and 3.0 jar names do not follow the naming convention of newer 
versions for backwards compatibility
 * [2] Spark 3.1 shares the same runtime jar `iceberg-spark3-runtime` with 
Spark 3.0 before Iceberg 0.13.0
@@ -83,6 +84,7 @@ Users should continuously upgrade their Flink version to stay 
up-to-date.
 | 1.12    | End of Life     | 0.12.0                  | 0.13.1                 
| 
[iceberg-flink-runtime-1.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.12/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.12-{{% icebergVersion %}}.jar) [3] |
 | 1.13    | Deprecated      | 0.13.0                  | {{% icebergVersion %}} 
| 
[iceberg-flink-runtime-1.13](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.13/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.13-{{% icebergVersion %}}.jar)     |
 | 1.14    | Maintained      | 0.13.0                  | {{% icebergVersion %}} 
| 
[iceberg-flink-runtime-1.14](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.14/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.14-{{% icebergVersion %}}.jar)     |
+| 1.15    | Maintained      | 0.14.0                  | {{% icebergVersion %}} 
| 
[iceberg-flink-runtime-1.15](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.15/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.15-{{% icebergVersion %}}.jar)     |
 
 * [3] Flink 1.12 shares the same runtime jar `iceberg-flink-runtime` with 
Flink 1.11 before Iceberg 0.13.0
 

Reply via email to