Steven Jacobs created ASTERIXDB-2402:
----------------------------------------
Summary: 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
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)