You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/11/29 18:06:59 UTC

[jira] [Commented] (ASTERIXDB-1617) Match user query for nonPure functions

    [ https://issues.apache.org/jira/browse/ASTERIXDB-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706051#comment-15706051 ] 

ASF subversion and git services commented on ASTERIXDB-1617:
------------------------------------------------------------

Commit 6b8a42f3df9cebb9bd5d56e5986215bc0d98e45c in asterixdb's branch refs/heads/master from [~sjaco002]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=6b8a42f ]

ASTERIXDB-1608, ASTERIXDB-1617 Match user query for nonpure function calls

This fix makes it so that nonpure functions are called in
the same place and with the same number of executions
as specified by the user in the query. This also means
that indexes cannot be used for queries that compare
with a nonpure call that is made on a per-record basis.
Added optimizer tests
Change-Id: I2dec322b30835625430c06acd7626d902bada137
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1057
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


> Match user query for nonPure functions
> --------------------------------------
>
>                 Key: ASTERIXDB-1617
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1617
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Steven Jacobs
>            Assignee: Steven Jacobs
>
> Currently we are taking liberties with execution and placement of nonPure functions which doesn't align completely with what the user query contains.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)