You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "lihangfei (Jira)" <ji...@apache.org> on 2021/08/09 01:51:00 UTC

[jira] [Created] (FLINK-23675) flink1.13 cumulate 函数不能和部分比较函数连用

lihangfei created FLINK-23675:
---------------------------------

             Summary: 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


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)