You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mrql.apache.org by "Leonidas Fegaras (JIRA)" <ji...@apache.org> on 2014/10/28 21:35:35 UTC

[jira] [Created] (MRQL-57) Make floating-point literals to be double instead of float

Leonidas Fegaras created MRQL-57:
------------------------------------

             Summary: Make floating-point literals to be double instead of float
                 Key: MRQL-57
                 URL: https://issues.apache.org/jira/browse/MRQL-57
             Project: MRQL
          Issue Type: Improvement
          Components: Evaluation
    Affects Versions: 0.9.4
            Reporter: Leonidas Fegaras
            Assignee: Leonidas Fegaras
            Priority: Minor


This patch changes the compiler and the interpreter to parse floating-point literals as double values, instead of float values. So now 3.14 is double but (3.14 as float) is float.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)