Navis created HIVE-7235: --------------------------- Summary: 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
{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)