[ 
https://issues.apache.org/jira/browse/HIVE-16254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15932540#comment-15932540
 ] 

ASF GitHub Bot commented on HIVE-16254:
---------------------------------------

GitHub user anishek opened a pull request:

    https://github.com/apache/hive/pull/162

    HIVE-16254 : metadata for values temporary tables for INSERT's are getting 
replicated

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anishek/hive HIVE-16254

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/162.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #162
    
----
commit 7746e8cac7c5b2a93f638441771fa29699732950
Author: Anishek Agarwal <[email protected]>
Date:   2017-03-20T11:02:01Z

    HIVE-16254 : metadata for values temporary tables for INSERT's are getting 
replicated

----


> metadata for values temporary tables for INSERT's are getting replicated
> ------------------------------------------------------------------------
>
>                 Key: HIVE-16254
>                 URL: https://issues.apache.org/jira/browse/HIVE-16254
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 2.2.0
>            Reporter: anishek
>            Assignee: anishek
>         Attachments: HIVE-16254.1.patch
>
>
> create table a (age int);
> insert into table a values (34),(4);
> repl dump default;
> there is a temporary table created as  values__tmp__table__[nmber], which is 
> also present in the dumped information with only metadata, this should not be 
> processed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to