[ 
https://issues.apache.org/jira/browse/HIVE-7235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-7235:
------------------------

    Status: Patch Available  (was: Open)

> 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)

Reply via email to