INSERT OVERWRITE with dynamic partition doesn't work for non-default schema
---------------------------------------------------------------------------

                 Key: HIVE-2494
                 URL: https://issues.apache.org/jira/browse/HIVE-2494
             Project: Hive
          Issue Type: Bug
          Components: Metastore, Query Processor
    Affects Versions: 0.7.1
            Reporter: Patrick Angeles



The following is broken:

INSERT OVERWRITE TABLE testschema.testtable PARTITION (day)
SELECT a, b, c, day FROM foo ;


In the HiveMetaStore logs, you will get something like (sorry, can't cut/paste):

HiveMetaStore.audit: ugi=me ip=xxxxxxx cmd=get_partition_with_auth : 
db=testschema tbl=testtable[2011-01-01]
HiveMetaStore.audit: ugi=me ip=xxxxxxx cmd=alter_partition : db=default 
tbl=testtable



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to