[ 
https://issues.apache.org/jira/browse/ASTERIXDB-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390445#comment-15390445
 ] 

Till Westmann commented on ASTERIXDB-1521:
------------------------------------------

[~amoudi], I think that you fixed this already. Is that right?

> Stored function body stores extra white spaces.
> -----------------------------------------------
>
>                 Key: ASTERIXDB-1521
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1521
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Abdullah Alamoudi
>            Assignee: Abdullah Alamoudi
>            Priority: Minor
>
> when a user create a function, we store it exactly as it is.
> For example
> create function test.getFullName($fname,$lname){
> string-concat(
> [$fname,$lname]
> )
> }
> will be stored as 
> string-concat(
> [$fname,$lname]
> )
> while it can be stored as:
> string-concat([$fname,$lname])



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to