[
https://issues.apache.org/jira/browse/FLINK-23675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395708#comment-17395708
]
Leonard Xu edited comment on FLINK-23675 at 8/9/21, 2:54 AM:
-------------------------------------------------------------
Please use English in issue, thanks. Feel free to reopen once you updated the
issue.
was (Author: leonard xu):
Please use English in issue, thanks
> flink1.13 cumulate 函数不能和部分比较函数连用
> --------------------------------
>
> Key: FLINK-23675
> URL: https://issues.apache.org/jira/browse/FLINK-23675
> Project: Flink
> Issue Type: Bug
> Components: chinese-translation
> Affects Versions: 1.13.1
> Environment: flink 1.13.1
> Reporter: lihangfei
> Priority: Major
>
> select count(clicknum) as num
> from table(
> cumulate(table KafkaSource, desctiptor(app_date),interval '1'minutes,
> interval '10' minutes))
> where clicknum <>'-99'
> group by window_start,window_end
>
> 报错 不支持cumulate函数,not in函数也不可以
--
This message was sent by Atlassian Jira
(v8.3.4#803005)