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 ad6d77559 [AMORO-3970] Update README.md with correct Spark versions
for Mixed format (#3978)
ad6d77559 is described below
commit ad6d77559c0352b463dfa751e610a3300bd3c6c3
Author: xykera <[email protected]>
AuthorDate: Thu Nov 27 18:26:49 2025 +0530
[AMORO-3970] Update README.md with correct Spark versions for Mixed format
(#3978)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7ec17f5f4..23edb7c71 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.1, 3.2, 3.3 | ✔ | ✔ |
✔ | ✖ | ✖ | ✔ | ✔
|
+| Spark | 3.3, 3.5 | ✔ | ✔ |
✔ | ✖ | ✖ | ✔ | ✔
|
| Hive | 2.x, 3.x | ✔ | ✖ |
✔ | ✖ | ✖ | ✖ | ✔ |
| Trino | 406 | ✔ | ✖ |
✔ | ✖ | ✖ | ✖ | ✔ |