You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 15:28:06 UTC

[GitHub] [beam] damccorm opened a new issue, #20108: Python direct runner doesn't emit empty pane when it should

damccorm opened a new issue, #20108:
URL: https://github.com/apache/beam/issues/20108

   In test_stream_test.py, the test test_gbk_execution_no_triggers there is positive allowed_lateness. So the two windows [15, 30) and [300, 315) that do not have late data should have an empty pane emitted when window finishes (after allowed lateness) since the default ClosingBehavior in Python is EMIT_ALWAYS (see transforms/core.py).
   
   Imported from Jira [BEAM-9293](https://issues.apache.org/jira/browse/BEAM-9293). Original Jira may contain additional context.
   Reported by: crites.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] tvalentyn commented on issue #20108: Python direct runner doesn't emit empty pane when it should

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on issue #20108:
URL: https://github.com/apache/beam/issues/20108#issuecomment-1248805685

   Python direct runner has very limited support for streaming, I wouldn't be surprised if this is still occurring, but I didn't check.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] kennknowles commented on issue #20108: Python direct runner doesn't emit empty pane when it should

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #20108:
URL: https://github.com/apache/beam/issues/20108#issuecomment-1246006466

   This would be an incorrect result, definitely a real P1. Though in practice users are not relying on this I would guess.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] kennknowles commented on issue #20108: Python direct runner doesn't emit empty pane when it should

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #20108:
URL: https://github.com/apache/beam/issues/20108#issuecomment-1246006244

   @tvalentyn do you know if this is still occurring?


-- 
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: github-unsubscribe@beam.apache.org

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