Soumyakanti Das created HIVE-25229:
--------------------------------------
Summary: Hive lineage is not generated for columns on CREATE
MATERIALIZED VIEW
Key: HIVE-25229
URL: https://issues.apache.org/jira/browse/HIVE-25229
Project: Hive
Issue Type: Bug
Reporter: Soumyakanti Das
Assignee: Soumyakanti Das
While creating materialized view HookContext is supposed to send lineage info
which is missing.
CREATE MATERIALIZED VIEW tbl1_view as select * from tbl1;
Hook Context passed from hive.ql.Driver to Hive Hook of Atlas through
hookRunner.runPostExecHooks call doesn't have lineage info.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)