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

Improve error message for rank function in streaming mode

    XMLWordPrintableJSON

Details

    Description

      The following query currently fails with NPE:

      create table foo (x int,y string,p as proctime()) with ...;
      select x,y,row_number() over (partition by x order by p) from foo;
      

      which can be difficult for users to figure out the reason of the failure.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: