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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to