Zoltán Borók-Nagy created IMPALA-13104:
------------------------------------------

             Summary: Impala allows creation of managed non-acid table
                 Key: IMPALA-13104
                 URL: https://issues.apache.org/jira/browse/IMPALA-13104
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


One is able to create a managed non-acid table using the following statement:

{noformat}
CREATE TABLE managed_non_acid
(event string)
PARTITIONED BY (century int)
TBLPROPERTIES ('transactional' = 'false', 
'transactional_properties'='insert_only');
{noformat}

The table properties contradict each other so Impala should raise an error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to