You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more details, refer to the [Flink ALTER TABLE(ADD)](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/sql/alter/#add) documentation.
258
+
241
259
## Show Partitions
242
260
243
261
To show all the partitions of a partitioned table, run:
For more details, refer to the [Flink SHOW PARTITIONS](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/sql/show/#show-partitions) documentation.
259
277
260
-
## Add Partition
261
-
262
-
Fluss support manually add partitions to an exists partitioned table by Fluss Catalog. If the specified partition
263
-
not exists, Fluss will create the partition. If the specified partition already exists, Fluss will ignore the request
264
-
or throw an exception.
265
-
266
-
To add partitions, run:
267
-
```sql title="Flink SQL"
268
-
-- Add a partition to a single field partitioned table
For more details, refer to the [Flink ALTER TABLE(ADD)](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/sql/alter/#add) documentation.
276
-
277
278
## Drop Partition
278
279
279
280
Fluss also support manually drop partitions from an exists partitioned table by Fluss Catalog. If the specified partition
0 commit comments