开发者社区 问答 正文

cumulate 不能和比较函数连用吗?

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]...*来自志愿者整理的flink邮件归档

展开
收起
EXCEED 2021-12-02 16:01:42 617 分享 版权
1 条回答
写回答
取消 提交回答
  • descriptor 拼错了吧。我在本地没有复现这个问题,Flink 版本是多少呢?*来自志愿者整理的FLINK邮件归档

    2021-12-02 16:13:38
    赞同 展开评论
问答地址: