Hi!

descriptor 拼错了吧。我在本地没有复现这个问题,Flink 版本是多少呢?

李航飞 <[email protected]> 于2021年8月11日周三 上午11:41写道:

> sql语句如下:
> select count(clicknum) as num
>
> from table(
>
> cumulate(table testTable, desctiptor(crtTime),interval '1'minutes,
> interval '10' minutes))
>
> where clicknum <>'-99'
>
> group by window_start,window_end
>
>
> 报错 信息:
> Flink doesn't support individual window table-valued function
> cumulate(time_col=[app_date],max_size=[10 min],step=[1 min]...
>
>
> 请问如何解决,谢谢

回复