You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Patrick Angeles (Created) (JIRA)" <ji...@apache.org> on 2011/10/11 02:30:29 UTC

[jira] [Created] (HIVE-2494) INSERT OVERWRITE with dynamic partition doesn't work for non-default schema

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