Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/392
  
    I think it should work as follows for literals:
    * `1234` should be an int
    * `1234.0` should be a double
    * `1234L` should be a long
    * `1234f` should be a float
    
    My only question is whether `12345678910` should be a long.  My instinct is 
that it should probably *should*, but I'd like feedback on that assertion.
    
    Numbers coming in via the parser or as a result of a Stellar function are 
the types that the function or parser creates them as.


---
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.
---

Reply via email to