Github user jjmeyer0 commented on the issue:
https://github.com/apache/incubator-metron/pull/392
@ottobackwards Depends. It should work very similar to java. For example,
doubles will not require a D/d (eg. .4, 0.5, 1., etc). All these examples are
doubles. Floats require an f/F, and to be a long, it requires an l/L. It should
be very similar to
https://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-3.10.1
---
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.
---