Steven Jacobs created ASTERIXDB-1887:
----------------------------------------
Summary: InlineWithExpressionVisitor inlines nonPure calls
Key: ASTERIXDB-1887
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1887
Project: Apache AsterixDB
Issue Type: Bug
Reporter: Steven Jacobs
The visitor inlines nonPure function calls, which subverts user intent in the
case where one value should be produced for the entire query, e.g.
with cTime as current_datetime()
select cTime, sub.subscriptionId as subscriptionId
from Subscriptions sub
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)