You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/09/17 17:53:48 UTC

[impala] 04/04: IMPALA-8903: [DOCS] TRUNCATE is supported for Insert-only transactional tables

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 05e1a4f2185c892226497b4592fe0eac3e2747d2
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Mon Sep 16 12:46:42 2019 -0700

    IMPALA-8903: [DOCS] TRUNCATE is supported for Insert-only transactional tables
    
    Change-Id: Ib457775fab03d7f30430fd7dea6404dfcf0783a8
    Reviewed-on: http://gerrit.cloudera.org:8080/14235
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
---
 docs/topics/impala_transactions.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/topics/impala_transactions.xml b/docs/topics/impala_transactions.xml
index 8753ca6..45f4492 100644
--- a/docs/topics/impala_transactions.xml
+++ b/docs/topics/impala_transactions.xml
@@ -50,8 +50,8 @@ under the License.
 
     <p>
       For insert-only transactional tables, you can perform the following statements:
-      <codeph>CREATE TABLE</codeph>, <codeph>DROP TABLE</codeph>, <codeph>INSERT</codeph>,
-      <codeph>SELECT</codeph>
+      <codeph>CREATE TABLE</codeph>, <codeph>DROP TABLE</codeph>, <codeph>TRUNCATE</codeph>,
+      <codeph>INSERT</codeph>, <codeph>SELECT</codeph>
     </p>
 
     <p>