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 2018/12/18 20:55:00 UTC

[jira] [Commented] (ASTERIXDB-2495) Avoid LET in applying functions in data feeds

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

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

Commit c7c8fffdf11be2d91b3e070cd302c87b12e6aa87 in asterixdb's branch refs/heads/master from Xikui Wang
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=c7c8fff ]

[ASTERIXDB-2495][ING] Avoid LET in applying functions to feeds

- user model changes: no
- storage format changes: no
- interface changes: no

LET is not necessary for applying functions to data feeds. We could
inline the function calls when constructing the pipeline query.

Change-Id: I65842f9ac84891b363d7e0a02425258d0df794e7
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3072
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>


> Avoid LET in applying functions in data feeds
> ---------------------------------------------
>
>                 Key: ASTERIXDB-2495
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2495
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Xikui Wang
>            Priority: Minor
>
> This makes sure that applying function and filtering incoming tuples can work together.



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