Github user jjmeyer0 commented on the issue:
https://github.com/apache/incubator-metron/pull/397
This looks like an issue with the grammar. My guess is it isn't properly
handling white space at the end. If you change the variable
`hllpDefaultConstructorRule` to the below, it should work. I know this isn't a
permanent solution, but it narrows the problem down.
```
/**
*HLLP_CARDINALITY(
* HLLP_ADD(
* HLLP_ADD(
* HLLP_INIT(),
* val1
* ),
* val2
* )
* )*/
@Multiline
private static String hllpDefaultConstructorRule;
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---