[ 
https://issues.apache.org/jira/browse/FLINK-30559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-30559:
-----------------------------
    Description: 
Can be reproduced by the folowing code in 
`org.apache.flink.table.planner.runtime.batch.sql.CalcITCase`

 
{code:java}
checkResult("SELECT if(b > 10, 'ua', c) from Table3", data3) {code}
The actual result is [co, He, He, ...].

Seems it will only get the first two characters.

 

> May get wrong result for `if` expression if it's string data type
> -----------------------------------------------------------------
>
>                 Key: FLINK-30559
>                 URL: https://issues.apache.org/jira/browse/FLINK-30559
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>            Reporter: luoyuxia
>            Priority: Major
>
> Can be reproduced by the folowing code in 
> `org.apache.flink.table.planner.runtime.batch.sql.CalcITCase`
>  
> {code:java}
> checkResult("SELECT if(b > 10, 'ua', c) from Table3", data3) {code}
> The actual result is [co, He, He, ...].
> Seems it will only get the first two characters.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to