GitHub user sujith71955 opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/194

    [CARBONDATA-270] Double data type value comparison optimization

    [Description] Double data type value comparison 
optimization,EqualsToExpression evaluation for double values first check for 
the equality of nan values and then the double value comparison happens, since 
nan comparison scenarios are rare we can push the comparison of nan after the 
double value comparison.
    
    Already present UT testcases can verify the feature modification impact.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sujith71955/incubator-carbondata 
master_doubleCmprOptimizations

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/194.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 #194
    
----
commit f6770ee14f737911071ba94252089587efb3c6d4
Author: sujith71955 <[email protected]>
Date:   2016-09-23T07:07:12Z

    [Issue Number] CARBONDATA-270]
    [Description] Double data type value comparison 
optimization,EqualsToExpression evaluation for double values first check for 
the equality of nan values and then the double value comparison happens, since 
nan comparison scenarios are rare we can push the comparison of nan after the 
double value comparison.

----


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