You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Otto Fowler (JIRA)" <ji...@apache.org> on 2017/11/17 05:37:00 UTC

[jira] [Commented] (METRON-629) Modify Stellar function BLOOM_ADD to accept a list

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

Otto Fowler commented on METRON-629:
------------------------------------

Is the intent that the list is added ( as we can add maps ) or that the contents of the list are added?
[~cestella]

> Modify Stellar function BLOOM_ADD to accept a list
> --------------------------------------------------
>
>                 Key: METRON-629
>                 URL: https://issues.apache.org/jira/browse/METRON-629
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Michael Miklavcic
>
> Current functionality is BLOOM_ADD(filter, val1, val2, valn). To keep consistent with other usage in the system (for instance, the profiler) this should be changed to support a single value or list of values.
> BLOOM_ADD(filter, val)
> BLOOM_ADD(filter, [ val1, val2, valn ] )



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)