diff --git a/README.md b/README.md index 23edb7c712..d4bdf344fd 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 1e23abd361..2418178ed4 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 | ✔ | ✖ | ✔ | ✖ | ✖ | ✖ | ✔ |