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 2019/04/08 03:34:26 UTC

[GitHub] [flink] JingsongLi removed a comment on issue #8102: [FLINK-12087][table-runtime-blink] Introduce over window operators to blink batch

JingsongLi removed a comment on issue #8102: [FLINK-12087][table-runtime-blink] Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480671767
 
 
   > Why `RowSlidingOverFrame` needs a comparator class?
   
   consider sql:
   `order by c range Unbounded PRECEDING and CURRENT ROW`
   The end bound of this frame is range current row, that mean `inputRow` less than or equal to `currentRow` should be included in the window. So the comparator do this comparison.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services