You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2014/10/25 01:39:34 UTC

[jira] [Resolved] (HIVE-8516) insert/values allowed against bucketed, non-transactional tables

     [ 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)