Radhika Kundam created ATLAS-4333:
-------------------------------------
Summary: [MATERIALIZED VIEW]Column Lineage and hive_process
missing in case of CREATE MATERIALIZED VIEW query at Hive
Key: ATLAS-4333
URL: https://issues.apache.org/jira/browse/ATLAS-4333
Project: Atlas
Issue Type: Bug
Reporter: Radhika Kundam
Assignee: Radhika Kundam
Column Lineage and the hive_process are missing in case of materialised view
{code:java}
CREATE TABLE tbl1(id int, name string);
CREATE MATERIALIZED VIEW tbl1_materialized_view as SELECT * from tbl1;
{code}
With above create materialized query, tbl1_view is created but with missing
"ddlQueries(hive_table_ddl)" relationship and
"outputFromProcesses(hive_column_lineage)" for columns.
HiveContext is not sending lineage info for columns of materialized view, once
Hive fixes the issue it'll resolve missing lineage issue. Jira# HIVE-25236
created for Hive.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)