You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/03/14 13:48:33 UTC

[jira] [Comment Edited] (FLINK-3579) Improve String concatenation

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

ramkrishna.s.vasudevan edited comment on FLINK-3579 at 3/14/16 12:48 PM:
-------------------------------------------------------------------------

I created a pull request with a necessary test case. I have a doubt with the 'cast' related change. Do let me know if my approach was right here. [~twalthr]


was (Author: ram_krish):
I created a pull request with a necessary test case. I have a doubt with the 'cast' related change. Do let me know if my approach was right here. 

> Improve String concatenation
> ----------------------------
>
>                 Key: FLINK-3579
>                 URL: https://issues.apache.org/jira/browse/FLINK-3579
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API
>            Reporter: Timo Walther
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Minor
>
> Concatenation of a String and non-String does not work properly.
> e.g. {{f0 + 42}} leads to RelBuilder Exception
> ExpressionParser does not like {{f0 + 42.cast(STRING)}} either.



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