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/03 07:35:45 UTC

[GitHub] [flink] JingsongLi commented on issue #8086: [FLINK-12062][table-runtime-blink] Introduce bundle operator to streaming table runtime

JingsongLi commented on issue #8086: [FLINK-12062][table-runtime-blink] Introduce bundle operator to streaming table runtime
URL: https://github.com/apache/flink/pull/8086#issuecomment-479374880
 
 
   Although we can send data in `close`, but we need to pay attention to the relationship with `endInput`. `endInput` is executed before `close`. If the upstream sends data in `close`, the downstream cleans up the state in the previous `endInput`, which will result in incorrect results.
   (endInput in https://github.com/apache/flink/pull/7959)

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