[
https://issues.apache.org/jira/browse/ASTERIXDB-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yingyi Bu closed ASTERIXDB-1754.
--------------------------------
Resolution: Fixed
> NPE in LIMIT with Join
> ----------------------
>
> Key: ASTERIXDB-1754
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1754
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: Optimizer
> Reporter: Yingyi Bu
> Assignee: Yingyi Bu
>
> The following query gives NPE.
> {noformat}
> SELECT * FROM beers b1, beers b2
> WHERE b1.name = b2.name
> AND b1.brewery_id != b2.brewery_id
> LIMIT 20;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)