[
https://issues.apache.org/jira/browse/HIVE-14615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305582#comment-16305582
]
Andrew Sherman commented on HIVE-14615:
---------------------------------------
Thanks [~minions] I am taking this back as it sounds like I am a lot further
along than you.
Welcome to Hive! I hope you can be successful.
I see a new jira [HIVE-18346] which looks like it might be interesting for
someone starting out. Do you want to take a look? I've assigned it to myself
for now. But if you are interested then assign to yourself and take a look.
> 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: Andrew Sherman
>
> {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)