You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2017/06/19 20:52:00 UTC

[jira] [Commented] (HIVE-14615) Temp table leaves behind insert command

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

Sahil Takiar commented on HIVE-14615:
-------------------------------------

[~ctang.ma] have you started working on this? Is it ok if [~asherman] takes a look at this?

> Temp table leaves behind insert command
> ---------------------------------------
>
>                 Key: HIVE-14615
>                 URL: https://issues.apache.org/jira/browse/HIVE-14615
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Chaoyu Tang
>            Assignee: Chaoyu Tang
>
> {code}
> create table test (key int, value string);
> insert into test values (1, 'val1');
> show tables;
> test
> values__tmp__table__1
> {code}
> the temp table values__tmp__table__1 was resulted from insert into ...values
> and exists until logout the session.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)