GitHub user cestella opened a pull request: https://github.com/apache/incubator-metron/pull/466
METRON-742: Generated code for profile window selector DSL did not get committed as part of METRON-690 Lest we be concerned this implies that the testing done on 690 is voided, this was due to the removal of the `NOW` lexical token, which was unused in the grammar, along with a really dumb refactoring mistake changing "parse" to "processing" that only hit generated code. The unit tests, etc. ran the code in this PR since it was generated as part of the build. This brings me to an interesting question that we might want to discuss. Early on, we decided to submit generated code to ease potential issues around pulling code into IDEs (generated code means we don't have to either remind people to rerun `mvn generate-sources` or to instruct their IDEs to regenerate sources automatically). Maybe we should revisit that point, but I don't know, it's just a thought. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cestella/incubator-metron METRON-742 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-metron/pull/466.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 #466 ---- commit 57928349c9a5e0af9653c694672decc590b4e590 Author: cstella <ceste...@gmail.com> Date: 2017-02-26T04:32:02Z METRON-742: Generated code for profile window selector DSL did not get committed as part of METRON-690 ---- --- 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. ---