[ https://issues.apache.org/jira/browse/HIVE-7235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-7235: ----------------------------------- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) Committed to trunk. > 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 > Fix For: 0.14.0 > > 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)