This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 3a8893dd9 [doc] add flink 1.17 version in Engines Overview (#847)
3a8893dd9 is described below
commit 3a8893dd991fa6458a17b10cd333883063976360
Author: legendtkl <[email protected]>
AuthorDate: Fri Apr 7 10:04:59 2023 +0800
[doc] add flink 1.17 version in Engines Overview (#847)
---
docs/content/engines/overview.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/content/engines/overview.md b/docs/content/engines/overview.md
index 19d3b2020..e28da29ff 100644
--- a/docs/content/engines/overview.md
+++ b/docs/content/engines/overview.md
@@ -32,12 +32,12 @@ Apache Spark and Apache Hive.
## Compatibility Matrix
-| Engine | Version | Feature | Read Pushdown |
-|---|---|---|---|
-| Flink | 1.16/1.15/1.14 | batch/streaming read, batch/streaming write,
create/drop table, create/drop database | Projection, Filter |
-| Hive | 3.1/2.3/2.2/2.1/2.1 CDH 6.3 | batch read | Projection, Filter |
-| Spark | 3.3/3.2/3.1 | batch read, batch write, create/drop table,
create/drop database | Projection, Filter |
-| Spark | 2.4 | batch read | Projection, Filter |
-| Trino | 388/358 | batch read, create/drop table, create/drop database |
Projection, Filter |
+| Engine | Version | Feature | Read Pushdown |
+|---------|-----------------------------|---|---|
+| Flink | 1.17/1.16/1.15/1.14 | batch/streaming read,
batch/streaming write, create/drop table, create/drop database | Projection,
Filter |
+| Hive | 3.1/2.3/2.2/2.1/2.1 CDH 6.3 | batch read | Projection, Filter |
+| Spark | 3.3/3.2/3.1 | batch read, batch write, create/drop
table, create/drop database | Projection, Filter |
+| Spark | 2.4 | batch read | Projection, Filter |
+| Trino | 388/358 | batch read, create/drop table,
create/drop database | Projection, Filter |
[Download Link]({{< ref "project/download#engine-jars" >}})
\ No newline at end of file