Xikui Wang created ASTERIXDB-2096:
-------------------------------------

             Summary: IntroduceDynamicTypeCastForExternalFunctionRule is not 
working properly for function call in nested record
                 Key: ASTERIXDB-2096
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2096
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Xikui Wang


The current type casting rule for ExternalFunction cannot handle when we put 
function call into a record. The reason is this only checks AssignOp with 
external function call on its right side. In reality, the function call can be 
put in an open record constructor which is a builtin function. Also, similar 
casting rule should be applied to all parameter of the external function in 
case of recursive calling.



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

Reply via email to