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

Steven Jacobs resolved ASTERIXDB-2402.
--------------------------------------
    Resolution: Fixed

> findLOJIsMissingFuncInGroupBy fails to find the expression when there is an 
> "and"
> ---------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-2402
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2402
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>            Reporter: Steven Jacobs
>            Priority: Major
>
> When findLOJIsMissingFuncInGroupBy() in AccessMethodUtils looks for the
> not(is-missing($$VAR)
> expression, it fails to check select statements of the form:
> select (and(not(is-missing($$VAR1)), not(is-missing($$VAR2))))
> It only looks for 
> select (not(is-missing($$VAR))
> which doesn't cover all cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to