You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Volodymyr Tkach (JIRA)" <ji...@apache.org> on 2017/11/27 20:41:01 UTC

[jira] [Created] (CALCITE-2067) RexBuilder can't handle NaN,Infinity double constants

Volodymyr Tkach created CALCITE-2067:
----------------------------------------

             Summary: RexBuilder can't handle NaN,Infinity double constants
                 Key: CALCITE-2067
                 URL: https://issues.apache.org/jira/browse/CALCITE-2067
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.13.0
            Reporter: Volodymyr Tkach
            Assignee: Julian Hyde


Currently we are working in Drill to allow support for Nan an Infinity values . 
When using such values with functions we see the NumberFormatException exception. 

Query example: select sin(cast('NaN' as float)) from (values(1)).

RexBuilder#clean and other RexBuilder's methods use BigDecimal for handling Double values, that's why we get NumberFormatException for nan,inf values.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)