[
https://issues.apache.org/jira/browse/DRILL-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979491#comment-13979491
]
ASF GitHub Bot commented on DRILL-565:
--------------------------------------
GitHub user adityakishore opened a pull request:
https://github.com/apache/incubator-drill/pull/62
DRILL-565: Spurious insertion into IdentityHashMap in ConstantExpression...
...Identifier.visitFloatConstant()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adityakishore/incubator-drill DRILL-565
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-drill/pull/62.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #62
----
commit bc84d487af4e17ced45c3bda042b22c831bf6f00
Author: Aditya Kishore <[email protected]>
Date: 2014-04-24T09:13:30Z
DRILL-565: Spurious insertion into IdentityHashMap in
ConstantExpressionIdentifier.visitFloatConstant()
----
> Spurious insertion into IdentityHashMap in
> 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)