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 2018/10/01 18:04:00 UTC

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

Ali Alsuliman created ASTERIXDB-2458:
----------------------------------------

             Summary: 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
             Fix For: 0.9.4


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.



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