This is an automated email from the ASF dual-hosted git repository.
pvary pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 0a4e6e6cfb Docs: Updates flink versioning information in our docs
(#10155)
0a4e6e6cfb is described below
commit 0a4e6e6cfbea532745c8bc1523d221c72768506c
Author: Rodrigo <[email protected]>
AuthorDate: Tue Apr 16 22:11:54 2024 -0700
Docs: Updates flink versioning information in our docs (#10155)
---
docs/docs/flink-writes.md | 2 +-
site/docs/multi-engine-support.md | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/docs/flink-writes.md b/docs/docs/flink-writes.md
index ef1e602c82..93ef1cf1b7 100644
--- a/docs/docs/flink-writes.md
+++ b/docs/docs/flink-writes.md
@@ -103,7 +103,7 @@ FlinkSink.forRowData(input)
env.execute("Test Iceberg DataStream");
```
-The iceberg API also allows users to write generic `DataStream<T>` to iceberg
table, more example could be found in this [unit
test](https://github.com/apache/iceberg/blob/main/flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).
+The iceberg API also allows users to write generic `DataStream<T>` to iceberg
table, more example could be found in this [unit
test](https://github.com/apache/iceberg/blob/main/flink/v1.17/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).
### Overwrite data
diff --git a/site/docs/multi-engine-support.md
b/site/docs/multi-engine-support.md
index ce4de4bdc1..e4123cc579 100644
--- a/site/docs/multi-engine-support.md
+++ b/site/docs/multi-engine-support.md
@@ -89,9 +89,10 @@ Users should continuously upgrade their Flink version to
stay up-to-date.
| 1.13 | End of Life | 0.13.0 | 1.0.0
|
[iceberg-flink-runtime-1.13](https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-flink-runtime-1.13/1.2.0/iceberg-flink-runtime-1.13-1.0.0.jar)
|
| 1.14 | End of Life | 0.13.0 | 1.2.0
|
[iceberg-flink-runtime-1.14](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.14/1.2.0/iceberg-flink-runtime-1.14-1.2.0.jar)
|
| 1.15 | End of Life | 0.14.0 | 1.4.3
|
[iceberg-flink-runtime-1.15](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.15/1.4.3/iceberg-flink-runtime-1.15-1.4.3.jar)
|
-| 1.16 | Deprecated | 1.1.0 | {{ icebergVersion }}
|
[iceberg-flink-runtime-1.16](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.16/{{
icebergVersion }}/iceberg-flink-runtime-1.16-{{ icebergVersion }}.jar) |
-| 1.17 | Maintained | 1.3.0 | {{ icebergVersion }}
|
[iceberg-flink-runtime-1.17](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.17/{{
icebergVersion }}/iceberg-flink-runtime-1.17-{{ icebergVersion }}.jar) |
+| 1.16 | End of Life | 1.1.0 | 1.5.0
|
[iceberg-flink-runtime-1.16](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.16/1.5.0/iceberg-flink-runtime-1.16-1.5.0.jar)
|
+| 1.17 | Deprecated | 1.3.0 | {{ icebergVersion }}
|
[iceberg-flink-runtime-1.17](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.17/{{
icebergVersion }}/iceberg-flink-runtime-1.17-{{ icebergVersion }}.jar) |
| 1.18 | Maintained | 1.5.0 | {{ icebergVersion }}
|
[iceberg-flink-runtime-1.18](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.18/{{
icebergVersion }}/iceberg-flink-runtime-1.18-{{ icebergVersion }}.jar) |
+| 1.19 | Maintained | 1.6.0 | {{ icebergVersion }}
|
[iceberg-flink-runtime-1.19](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.19/{{
icebergVersion }}/iceberg-flink-runtime-1.19-{{ icebergVersion }}.jar) |
<!-- markdown-link-check-enable -->