Prasanth J created HIVE-8580: -------------------------------- Summary: Support LateralViewJoinOperator and LateralViewForwardOperator in stats annotation Key: HIVE-8580 URL: https://issues.apache.org/jira/browse/HIVE-8580 Project: Hive Issue Type: Sub-task Affects Versions: 0.14.0, 0.15.0 Reporter: Prasanth J Assignee: Prasanth J Priority: Critical
HIVE-8454 showed some test failures related to lateral view stats showing data size as 0. The reason for that is column expression map for LateralViewForwardOperator is not populated which results column lists becoming empty. As a result neededColumns and referencedColumns will be empty. Hence no column stats will be fetched making data size as 0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)