You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "yuzelin (via GitHub)" <gi...@apache.org> on 2023/11/09 06:29:48 UTC

[PR] [doc] Document flink TRUNCATE TABLE syntax [incubator-paimon]

yuzelin opened a new pull request, #2294:
URL: https://github.com/apache/incubator-paimon/pull/2294

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... -->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   how-to/writing-tables
   


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [doc] Document flink TRUNCATE TABLE syntax [incubator-paimon]

Posted by "leaves12138 (via GitHub)" <gi...@apache.org>.
leaves12138 commented on code in PR #2294:
URL: https://github.com/apache/incubator-paimon/pull/2294#discussion_r1387543446


##########
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:
   TRUNCATE TABLE <TABLE_NAME> ?



-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [doc] Document flink TRUNCATE TABLE syntax [incubator-paimon]

Posted by "yuzelin (via GitHub)" <gi...@apache.org>.
yuzelin merged PR #2294:
URL: https://github.com/apache/incubator-paimon/pull/2294


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [doc] Document flink TRUNCATE TABLE syntax [incubator-paimon]

Posted by "yuzelin (via GitHub)" <gi...@apache.org>.
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org