Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flattening PCollections with different windowing #4

Open
azk opened this issue Feb 27, 2019 · 0 comments
Open

Flattening PCollections with different windowing #4

azk opened this issue Feb 27, 2019 · 0 comments

Comments

@azk
Copy link

azk commented Feb 27, 2019

Hello!

Thank you for sharing this library, I've learned from it quite a lot and used the same mechanics to implement a centralized error collection component in a pipeline I'm working on.

I was wondering how do you deal with applying the Flatten.pCollections() to PCollections that might have different windowing associated with them.
In order to overcome this issue in my code I had to re-window each PCollection before adding it to the PCollectionList which is ultimately flattened. I wonder if there is another way to go about that.

Thank you!
Amit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant