Github user simonellistonball commented on the issue:

    https://github.com/apache/metron/pull/1063
  
    Should the example target state not be:
    `is_alert := is_alert || geo_outlier`
    
    We should probably have a test for that, but I assume the null is falsey 
would apply on both sides of the boolean and that things like short cutting 
`is_thing && FUNC(thing)` would be unaffected (i.e if is_thing is null, FUNC 
would never run).
    
    Should we also include updates to the configs in the use cases folder 
(since these are kinda documentation) with this PR? 


---

Reply via email to