Steven Jacobs created ASTERIXDB-1875:
----------------------------------------

             Summary: Can't run UDF in SQL++
                 Key: ASTERIXDB-1875
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1875
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Steven Jacobs


create function cat(str1,str2) {  
  concat(str1,str2)
}
with result as cat("w229","4u1") 
select value result;

The above gives an internal error, whereas the following works correctly:
with result as concat("w229","4u1") 
select value result;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to