[ 
https://issues.apache.org/jira/browse/HIVE-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Gates resolved HIVE-8516.
------------------------------
    Resolution: Invalid

> insert/values allowed against bucketed, non-transactional tables
> ----------------------------------------------------------------
>
>                 Key: HIVE-8516
>                 URL: https://issues.apache.org/jira/browse/HIVE-8516
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>            Reporter: Alan Gates
>            Assignee: Matt McCline
>
> Hive does not support insert into bucketed tables.  A special exception is 
> made for transactional tables, as they require bucketing.  
> Insert/values works against non-transactional tables, since it just dumps the 
> values into a temp table and rewrites the query into insert/select from that 
> temp table.  However, the check that prevents doing inserts into 
> non-transactional, bucketed tables is not catching this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to