[ https://issues.apache.org/jira/browse/HIVE-7235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041183#comment-14041183 ]
Harish Butani commented on HIVE-7235: ------------------------------------- +1 lgtm > TABLESAMPLE on join table is regarded as alias > ---------------------------------------------- > > Key: HIVE-7235 > URL: https://issues.apache.org/jira/browse/HIVE-7235 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-7235.1.patch.txt > > > {noformat} > SELECT c_custkey, o_custkey > FROM customer tablesample (1000 ROWS) join orders tablesample (1000 ROWS) on > c_custkey = o_custkey; > {noformat} > Fails with NPE -- This message was sent by Atlassian JIRA (v6.2#6252)