You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (JIRA)" <ji...@apache.org> on 2019/05/17 00:50:00 UTC

[jira] [Updated] (ASTERIXDB-2458) Compilation exception when if_null(), if_missing(), if_missing_or_null() are provided with certain kinds of arguments

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

Ali Alsuliman updated ASTERIXDB-2458:
-------------------------------------
    Description: if_null(), if_missing(), if_missing_or_null() would throw compilation exception for certain kinds of arguments. One example is if_null(int, record). The cause is related to trying to cast the arguments to the type that the function wants to return.  (was: if_null(), if_missing(), if_missing_or_null() would throw compilation exception for certain kinds of arguments. One example is if_null(int, record). The cause is related to trying to cast the list of arguments to the type that the function wants to return.)

> Compilation exception when if_null(), if_missing(), if_missing_or_null() are provided with certain kinds of arguments
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-2458
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2458
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: FUN - Functions
>    Affects Versions: 0.9.3
>            Reporter: Ali Alsuliman
>            Assignee: Ali Alsuliman
>            Priority: Major
>             Fix For: 0.9.4.2
>
>
> if_null(), if_missing(), if_missing_or_null() would throw compilation exception for certain kinds of arguments. One example is if_null(int, record). The cause is related to trying to cast the arguments to the type that the function wants to return.



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