You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by ottobackwards <gi...@git.apache.org> on 2018/06/17 14:27:15 UTC

[GitHub] metron issue #1063: METRON-1618: Stellar boolean expressions should treat mi...

Github user ottobackwards commented on the issue:

    https://github.com/apache/metron/pull/1063
  
    ```bash
    [Stellar]>>> foo := unknownvariable
    [Stellar]>>> foo
    [Stellar]>>>
    ```
    This is not consistent.  
    In my stellar assign PR, this is why I execute everything in stellar instead of part shell.


---