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 379a6d4b8 [doc] Update Engines Matrix to add alter table
379a6d4b8 is described below
commit 379a6d4b86adbe0bac653544e7de5442cabe7138
Author: JingsongLi <[email protected]>
AuthorDate: Sat May 6 15:50:50 2023 +0800
[doc] Update Engines Matrix to add alter table
---
docs/content/engines/overview.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/content/engines/overview.md b/docs/content/engines/overview.md
index d840cff17..1430131fe 100644
--- a/docs/content/engines/overview.md
+++ b/docs/content/engines/overview.md
@@ -32,14 +32,14 @@ Apache Spark and Apache Hive.
## Compatibility Matrix
-| Engine | Version | Batch Read | Batch Write | Create Table |
Streaming Write | Streaming Read | Batch Overwrite |
-|:---------:|:-------------:|:----------:|:-----------:|:------------:|:---------------:|:--------------:|:---------------:|
-| Flink | 1.14 - 1.17 | ✅ | ✅ | ✅ | ✅
| ✅ | ✅ |
-| Hive | 2.1 - 3.1 | ✅ | ✅ | ✅ | ❌
| ❌ | ❌ |
-| Spark | 3.1 - 3.4 | ✅ | ✅ | ✅ | ❌
| ❌ | ❌ |
-| Spark | 2.4 | ✅ | ❌ | ❌ | ❌
| ❌ | ❌ |
-| Trino | 358 - 400 | ✅ | ❌ | ❌ | ❌
| ❌ | ❌ |
-| Presto | 0.236 - 0.279 | ✅ | ❌ | ❌ | ❌
| ❌ | ❌ |
+| Engine | Version | Batch Read | Batch Write | Create Table | Alter
Table | Streaming Write | Streaming Read | Batch Overwrite |
+|:---------:|:-------------:|:----------:|:-----------:|:------------:|:-----------:|:---------------:|:--------------:|:---------------:|
+| Flink | 1.14 - 1.17 | ✅ | ✅ | ✅ |
✅(1.17+) | ✅ | ✅ | ✅ |
+| Spark | 3.1 - 3.4 | ✅ | ✅ | ✅ | ✅
| ❌ | ❌ | ❌ |
+| Hive | 2.1 - 3.1 | ✅ | ✅ | ✅ | ❌
| ❌ | ❌ | ❌ |
+| Spark | 2.4 | ✅ | ❌ | ❌ | ❌
| ❌ | ❌ | ❌ |
+| Trino | 358 - 400 | ✅ | ❌ | ❌ | ❌
| ❌ | ❌ | ❌ |
+| Presto | 0.236 - 0.279 | ✅ | ❌ | ❌ | ❌
| ❌ | ❌ | ❌ |
Ongoing engines:
- Doris: Under development, [Support Paimon
catalog](https://github.com/apache/doris/issues/18433), [Doris Roadmap
2023](https://github.com/apache/doris/issues/16392).