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/17 04:11:00 UTC

[jira] [Resolved] (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 resolved FLINK-16771.
----------------------------------
    Resolution: Fixed

release-1.10: 47d6781de53a0cc237f457ae4f9c74c25ea590c6

> 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.10.1, 1.11.0
>
>          Time Spent: 40m
>  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)