This is an automated email from the ASF dual-hosted git repository.

nicholasjiang 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 37386b030 [Document] Adds the Trino feature that create/drop table, 
create/drop database in the overview document (#835)
37386b030 is described below

commit 37386b0303c6b9ec530eb34dce83c9338d0f094b
Author: s7monk <[email protected]>
AuthorDate: Thu Apr 6 11:41:33 2023 +0800

    [Document] Adds the Trino feature that create/drop table, create/drop 
database in the overview document (#835)
---
 docs/content/engines/overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/engines/overview.md b/docs/content/engines/overview.md
index d3b0c7b32..19d3b2020 100644
--- a/docs/content/engines/overview.md
+++ b/docs/content/engines/overview.md
@@ -38,6 +38,6 @@ Apache Spark and Apache Hive.
 | Hive      | 3.1/2.3/2.2/2.1/2.1 CDH 6.3 | batch read | Projection, Filter |
 | Spark     | 3.3/3.2/3.1 | batch read, batch write, create/drop table, 
create/drop database | Projection, Filter |
 | Spark     | 2.4 | batch read | Projection, Filter |
-| Trino     | 388/358 | batch read | Projection, Filter |
+| Trino     | 388/358 | batch read, create/drop table, create/drop database | 
Projection, Filter |
 
 [Download Link]({{< ref "project/download#engine-jars" >}})
\ No newline at end of file

Reply via email to