[
https://issues.apache.org/jira/browse/FLINK-23675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lihangfei reopened FLINK-23675:
-------------------------------
> flink1.13 cumulate unable use with compare function
> ---------------------------------------------------
>
> 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
>
> like this it will not work with the question Flink doesn't support individual
> window table-valued function cumulate(time_col=[app_date],max_size=[10
> min],step=[1 min]...
> This error also occurs when I use ’not in‘
--
This message was sent by Atlassian Jira
(v8.3.4#803005)