You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Soumyakanti Das (Jira)" <ji...@apache.org> on 2021/06/10 02:03:00 UTC

[jira] [Created] (HIVE-25229) Hive lineage is not generated for columns on CREATE MATERIALIZED VIEW

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)