You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/02 09:03:21 UTC

[GitHub] [flink] YesOrNo828 commented on pull request #15439: [FLINK-22011][table-runtime-blink] Support local global optimization for window aggregation in runtime

YesOrNo828 commented on pull request #15439:
URL: https://github.com/apache/flink/pull/15439#issuecomment-1086596182


   @wuchong  hello jark, I get a expception by below SQL, and find out : the local and global window aggregate operator support insert-only in input right now. Why ? There is any limition in this case?
   
   `SELECT count(0), sum(score),window_start,window_end, window_time FROM TABLE(
       CUMULATE(TABLE UserScores_event, DESCRIPTOR(tt), INTERVAL '10' SECONDS, INTERVAL '60' SECONDS))
    group by window_start,window_end, window_time` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org