JingsongLi commented on code in PR #487:
URL: https://github.com/apache/flink-table-store/pull/487#discussion_r1071966934


##########
docs/content/docs/how-to/writing-tables.md:
##########
@@ -157,29 +157,23 @@ INSERT OVERWRITE MyTable SELECT * FROM MyTable WHERE false
 
 {{< /tabs >}}
 
-## Purging a Partition
+## Purging Partitions
 
-Particularly, you can use `INSERT OVERWRITE` to purge data of a partition by 
inserting empty value to the partition:
+Currently, Table Store supports two ways to purge partitions.
 
-{{< tabs "purge-partition-syntax" >}}
+1. Like purging tables, you can use `INSERT OVERWRITE` to purge data of 
partitions by inserting empty value to them:

Review Comment:
   replace `:` to `.`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to