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/08/25 23:39:04 UTC

[GitHub] [beam] robertwb opened a new issue, #22903: [Bug]: Flattening PCollections with incompatible windowing should be a construction-time error.

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

   ### What happened?
   
   Logically, a PCollection should have a single type of window. Not catching this at construction time can lead to odd errors on runners.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: sdk-py-core


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


Re: [I] [Bug]: Flattening PCollections with incompatible windowing should be a construction-time error. [beam]

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm closed issue #22903: [Bug]: Flattening PCollections with incompatible windowing should be a construction-time error.
URL: https://github.com/apache/beam/issues/22903


-- 
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] tvalentyn commented on issue #22903: [Bug]: Flattening PCollections with incompatible windowing should be a construction-time error.

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

   Can windows be directly comparable or some logic is necessary to decide whether they are compatible?


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