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/18 21:07:33 UTC

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

Alan Gates created HIVE-8516:
--------------------------------

             Summary: 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: Alan Gates


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)