You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/11/16 08:36:41 UTC

[flink-table-store] branch master updated: [FLINK-28671] Update Spark3 to create/drop table in Compatibility Matrix

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/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ed6818d [FLINK-28671] Update Spark3 to create/drop table in Compatibility Matrix
7ed6818d is described below

commit 7ed6818d822f882c61f17856a6dd7333132bab47
Author: shammon <zj...@gmail.com>
AuthorDate: Wed Nov 16 16:36:36 2022 +0800

    [FLINK-28671] Update Spark3 to create/drop table in Compatibility Matrix
    
    This closes #384
---
 docs/content/docs/engines/overview.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content/docs/engines/overview.md b/docs/content/docs/engines/overview.md
index 907f6f87..9d66fdf0 100644
--- a/docs/content/docs/engines/overview.md
+++ b/docs/content/docs/engines/overview.md
@@ -43,9 +43,9 @@ Apache Hive and Apache Spark.
 | Hive      | 2.3      | read                                                 | Projection, Filter |
 | Hive      | 3.1      | read                                                 | Projection, Filter |
 | Spark     | 2.4      | read                                                 | Projection, Filter |
-| Spark     | 3.0      | read                                                 | Projection, Filter |
-| Spark     | 3.1      | read                                                 | Projection, Filter |
-| Spark     | 3.2      | read                                                 | Projection, Filter |
-| Spark     | 3.3      | read                                                 | Projection, Filter |
+| Spark     | 3.0      | read, create/drop table, create/drop database        | Projection, Filter |
+| Spark     | 3.1      | read, create/drop table, create/drop database        | Projection, Filter |
+| Spark     | 3.2      | read, create/drop table, create/drop database        | Projection, Filter |
+| Spark     | 3.3      | read, create/drop table, create/drop database        | Projection, Filter |
 | Trino     | 358      | read                                                 | Projection, Filter |
 | Trino     | 388      | read                                                 | Projection, Filter |
\ No newline at end of file