You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/01/09 03:58:00 UTC

[jira] [Comment Edited] (FLINK-13651) Blink planner should parse char(n)/varchar(n)/decimal(p, s) inside a string to corresponding datatype

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

Jark Wu edited comment on FLINK-13651 at 1/9/20 3:57 AM:
---------------------------------------------------------

Yes. When I said "can be fixed only in 1.10" is because it affected 1.9 and 1.10, and 1.10 was not feature cut yet. 
What I mean is actually the "master" branch. 


was (Author: jark):
Yes. When I said "can be fixed only in 1.10" is because it affected 1.9 and 1.10 and 1.10 was not feature cut yet. 
What I mean is actually the "master" branch. 

> Blink planner should parse char(n)/varchar(n)/decimal(p, s) inside a string to corresponding datatype
> -----------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-13651
>                 URL: https://issues.apache.org/jira/browse/FLINK-13651
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.9.0, 1.10.0
>            Reporter: Zhenghua Gao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> could reproduce in  ScalarFunctionsTest:
> `testAllApis(
>    'f31.cast(DataTypes.DECIMAL(38, 18)).truncate(2),
>    "f31.cast(DECIMAL(38, 18)).truncate(2)",
>    "truncate(cast(f31 as decimal(38, 18)), 2)",
>    "-0.12")`
>  
> A possible reason is LookupCallResolver treat decimal(38, 18) as a function call.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)