Alan Gates created HIVE-8637:
--------------------------------
Summary: In insert into X select from Y, table properties from X
are clobbering those from Y
Key: HIVE-8637
URL: https://issues.apache.org/jira/browse/HIVE-8637
Project: Hive
Issue Type: Task
Affects Versions: 0.14.0
Reporter: Alan Gates
Assignee: Alan Gates
Priority: Critical
Fix For: 0.14.0
With a query like:
{code}
insert into table X select * from Y;
{code}
the table properties from table X are being sent to the input formats for table
Y.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)