GitHub user jjmeyer0 opened a pull request: https://github.com/apache/incubator-metron/pull/430
METRON-658: Updated Grammar to Handle More Uses of in/not in Expressions This PR allows for the use of in/not in expressions in more places. For example, the following expressions now work: ('grok' not in 'foobar') == true 'grok' not in ('foobar' == true) 'grok' not in 'foobar' == true It is important to note that github's diff of `Stellar.g4` isn't very nice. A vast majority of the changes are just whitespace. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jjmeyer0/incubator-metron METRON-658 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-metron/pull/430.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #430 ---- commit b06217ec107eff2f8327c4ffb7fd4040849bb36e Author: JJ <jjmey...@gmail.com> Date: 2017-01-30T16:24:21Z METRON-658: Updated grammar to handle more complicated in/not in statements. commit d948bba85f3df13535d99669b9a3e955be1b4d1a Author: JJ <jjmey...@gmail.com> Date: 2017-01-30T20:18:55Z Updated tests ad cleaned up some code ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---