This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 29fed7049 [Hotfix] Fix the description of spark version in document
(#4039)
29fed7049 is described below
commit 29fed7049d2ecde591a71c949c3f3fa834131d63
Author: zhangwl9 <[email protected]>
AuthorDate: Thu Jan 15 14:59:26 2026 +0800
[Hotfix] Fix the description of spark version in document (#4039)
Co-authored-by: 张文领 <[email protected]>
---
README.md | 2 +-
docs/_index.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 23edb7c71..d4bdf344f 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Amoro support multiple processing engines for Mixed format as
below:
| Processing Engine | Version | Batch Read | Batch Write |
Batch Overwrite | Streaming Read | Streaming Write | Create Table | Alter Table
|
|-------------------|------------------------|-------------|-------------|-----------------|----------------|-----------------|--------------|-------------|
| Flink | 1.16.x, 1.17.x, 1.18.x | ✔ | ✔ |
✖ | ✔ | ✔ | ✔ | ✖
|
-| Spark | 3.3, 3.5 | ✔ | ✔ |
✔ | ✖ | ✖ | ✔ | ✔
|
+| Spark | 3.3, 3.4, 3.5 | ✔ | ✔ |
✔ | ✖ | ✖ | ✔ | ✔
|
| Hive | 2.x, 3.x | ✔ | ✖ |
✔ | ✖ | ✖ | ✖ | ✔ |
| Trino | 406 | ✔ | ✖ |
✔ | ✖ | ✖ | ✖ | ✔ |
diff --git a/docs/_index.md b/docs/_index.md
index 1e23abd36..2418178ed 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -70,7 +70,7 @@ Amoro support multiple processing engines for Mixed format as
below:
| Processing Engine | Version | Batch Read | Batch Write |
Batch Overwrite | Streaming Read | Streaming Write | Create Table | Alter Table
|
|-------------------|------------------------|-------------|-------------|-----------------|----------------|-----------------|--------------|-------------|
| Flink | 1.16.x, 1.17.x, 1.18.x | ✔ | ✔ |
✖ | ✔ | ✔ | ✔ | ✖
|
-| Spark | 3.2, 3.3, 3.5 | ✔ | ✔ |
✔ | ✖ | ✖ | ✔ | ✔
|
+| Spark | 3.3, 3.4, 3.5 | ✔ | ✔ |
✔ | ✖ | ✖ | ✔ | ✔
|
| Hive | 2.x, 3.x | ✔ | ✖ |
✔ | ✖ | ✖ | ✖ | ✔ |
| Trino | 406 | ✔ | ✖ |
✔ | ✖ | ✖ | ✖ | ✔ |