Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-16771

NPE when filtering by decimal column

    XMLWordPrintableJSON

Details

    Description

      The following SQL can trigger the issue:

      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));
      

      Attachments

        Activity

          People

            lirui Rui Li
            lirui Rui Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 40m
                40m