Skip to content

Commit 7952c23

Browse files
committed
[hotfix][docs] improve the support features in getting-started.md to include show/add/drop partitions
1 parent 8b10719 commit 7952c23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/docs/engine-flink/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ Fluss only supports Apache Flink's Table API.
2525
| [SQL drop database](ddl.md#drop-database) | ✔️ | |
2626
| [SQL create table](ddl.md#create-table) | ✔️ | |
2727
| [SQL create table like](ddl.md#create-table-like) | ✔️ | |
28-
| [SQL drop table](ddl.md#drop-table) | ✔️ | | |
28+
| [SQL drop table](ddl.md#drop-table) | ✔️ | |
29+
| [SQL show partitions](ddl.md#show-partitions) | ✔️ | |
30+
| [SQL add partiiton](ddl.md#add-partition) | ✔️ | |
31+
| [SQL drop partiiton](ddl.md#drop-partition) | ✔️ | |
2932
| [SQL select](reads.md) | ✔️ | Support both streaming and batch mode. |
3033
| [SQL insert into](writes.md) | ✔️ | Support both streaming and batch mode. |
3134
| [SQL lookup join](lookups.md) | ✔️ | |

0 commit comments

Comments
 (0)