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

Fix flatten() Operator With Infinite Sources #117

Merged

Conversation

mdemoret-nv
Copy link
Contributor

This is a hotfix to close #116. This PR reverts the implementation back to the one that does not use concat_map and iterate. This also ensures all on_error and on_completed are forwarded.

@mdemoret-nv mdemoret-nv added bug Something isn't working non-breaking Non-breaking change labels Jul 5, 2022
@mdemoret-nv mdemoret-nv requested a review from a team as a code owner July 5, 2022 00:30
@mdemoret-nv
Copy link
Contributor Author

Merging without review due to Morpheus 22.06 release deadline.

@mdemoret-nv mdemoret-nv merged commit 2c8b1c6 into nv-morpheus:branch-22.06 Jul 5, 2022
@mdemoret-nv mdemoret-nv deleted the mdd_flatten-op-fix branch July 5, 2022 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] flatten() Operator Does Not Push Messages Until Upstream Has Completed
1 participant