[
https://issues.apache.org/jira/browse/FLINK-18516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17327748#comment-17327748
]
Flink Jira Bot commented on FLINK-18516:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> Improve error message for rank function in streaming mode
> ---------------------------------------------------------
>
> Key: FLINK-18516
> URL: https://issues.apache.org/jira/browse/FLINK-18516
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Planner
> Reporter: Rui Li
> Priority: Major
> Labels: stale-major
>
> The following query currently fails with NPE:
> {code}
> 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;
> {code}
> which can be difficult for users to figure out the reason of the failure.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)