[ https://issues.apache.org/jira/browse/HIVE-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880493#action_12880493 ]
Namit Jain commented on HIVE-1418: ---------------------------------- +1 will commit if the tests pass > column pruning not working with lateral view > -------------------------------------------- > > Key: HIVE-1418 > URL: https://issues.apache.org/jira/browse/HIVE-1418 > Project: Hadoop Hive > Issue Type: Bug > Affects Versions: 0.5.0 > Reporter: He Yongqiang > Assignee: He Yongqiang > Fix For: 0.6.0 > > Attachments: hive.1418.1.patch > > > select myCol from tmp_pyang_lv LATERAL VIEW explode(array(1,2,3)) myTab as > myCol limit 3; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.