GitHub user vladimirtkach opened a pull request:

    https://github.com/apache/drill/pull/1123

    DRILL-6158: NaN, Infinity issues

    - changed comparison rules for NaN, Infinity values. For now NaN is the 
biggest value, Infinity - second biggest value
    - fixed min, max, trunc functions for NaN, Infinity values
    - made drill use original sqrt function instead of  substitution

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

    $ git pull https://github.com/vladimirtkach/drill DRILL-6154

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

    https://github.com/apache/drill/pull/1123.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 #1123
    
----
commit 6195546c58604c833c8e9134227a353884401e24
Author: vladimir tkach <vovatkach75@...>
Date:   2018-02-16T14:36:49Z

    DRILL-6158: NaN, Infinity issues
    
    - changed comparison rules for NaN, Infinity values. For now NaN is the 
biggest value, Infinity - second biggest value
    - fixed min, max, trunc functions for NaN, Infinity values
    - made drill use original sqrt function instead of  substitution

----


---

Reply via email to