You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2018/10/27 02:21:00 UTC

[jira] [Updated] (CALCITE-2529) linq4j should promote integer to floating point when generating function calls

     [ https://issues.apache.org/jira/browse/CALCITE-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated CALCITE-2529:
-------------------------------------
    Fix Version/s: 1.18.0

> linq4j should promote integer to floating point when generating function calls
> ------------------------------------------------------------------------------
>
>                 Key: CALCITE-2529
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2529
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Andrew Pilloud
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.18.0
>
>
> For example, I get "RuntimeException: while resolving method 'atan2[double, int]'" when trying to execute a query with "ATAN2(c_double, 2)" (where c_double is a column containing the double type). atan2[double, double] should resolve as a valid implementation in this case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)