You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2020/04/14 07:49:00 UTC

[jira] [Updated] (FLINK-16771) NPE when filtering by decimal column

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

Jingsong Lee updated FLINK-16771:
---------------------------------
    Fix Version/s: 1.11.0

> NPE when filtering by decimal column
> ------------------------------------
>
>                 Key: FLINK-16771
>                 URL: https://issues.apache.org/jira/browse/FLINK-16771
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.10.0
>            Reporter: Rui Li
>            Assignee: Rui Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The following SQL can trigger the issue:
> {code}
> create table foo (d decimal(15,8));
> insert into foo values (cast('123.123' as decimal(15,8)));
> select * from foo where d>cast('123456789.123' as decimal(15,8));
> {code}



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