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

ASF GitHub Bot commented on METRON-1568:
----------------------------------------

Github user cestella commented on the issue:

    https://github.com/apache/metron/pull/1021
  
    @ottobackwards As long as the underlying map is updated in 
`MapVariableResolver` as per the `assign` function in that variable resolver, 
it should be supported without any change as the approach is to return the 
ConcatMap, which is backed by the real maps, which are updated.  ConcatMap is 
immutable, but the underlying maps that backs it aren't and assign would update 
those maps directly.


> Stellar should have a _ special variable which returns the message in map form
> ------------------------------------------------------------------------------
>
>                 Key: METRON-1568
>                 URL: https://issues.apache.org/jira/browse/METRON-1568
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Casey Stella
>            Priority: Major
>
> In order to support functions which operate on the whole message, we should 
> have a special variable (_, keeping with the vaguely scala theme) which can 
> return the entire underlying message.  This map should be immutable.



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

Reply via email to