yuzelin commented on code in PR #2294:
URL: https://github.com/apache/incubator-paimon/pull/2294#discussion_r1387546762
##########
docs/content/how-to/writing-tables.md:
##########
@@ -242,6 +242,14 @@ INSERT OVERWRITE MyTable /*+
OPTIONS('dynamic-partition-overwrite'='false') */ S
{{< /tab >}}
+{{< tab "Flink 1.18" >}}
+
+```sql
+TRUNCATE TABLE MyTable;
Review Comment:
I followed the style of `Spark` tab.
--
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]