Eugene Koifman created HIVE-9505:
------------------------------------
Summary: explain extended insert into table foo values(4,5,6)
leaks temp tables
Key: HIVE-9505
URL: https://issues.apache.org/jira/browse/HIVE-9505
Project: Hive
Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Eugene Koifman
Priority: Minor
do
{noformat}
show tables;
explain extended insert into table foo values(4,5,6);
show tables;
{noformat}
you'll notice that 2nd 'show tables' will includes something like
'values__tmp__table__19' which is the temp table shown in 'ABSTRACT SYNTAX
TREE' portion of the plan
quit and restart Hive CLI and this table disappears as is expected for temp
tables.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)