You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2014/04/24 11:13:18 UTC

[jira] [Created] (DRILL-565) Spurious insertion into IdentityHashMap ConstantExpressionIdentifier.visitFloatConstant()

Aditya Kishore created DRILL-565:
------------------------------------

             Summary: Spurious insertion into IdentityHashMap ConstantExpressionIdentifier.visitFloatConstant()
                 Key: DRILL-565
                 URL: https://issues.apache.org/jira/browse/DRILL-565
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Aditya Kishore
            Assignee: Aditya Kishore
            Priority: Minor


The following code line was removed from all constant expression type, however it remains in visitFloatConstant().
{noformat}
    value.put(fExpr, true);
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)