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

Backport of #5874: GroupBy fixes #5882

Merged
merged 6 commits into from Apr 25, 2022

Commits on Apr 25, 2022

  1. GroupBy pulls upstream when a substream materialization is waiting

    (cherry picked from commit 98be809)
    ismaelhamed authored and Arkatufus committed Apr 25, 2022
    Copy the full SHA
    389c000 View commit details
    Browse the repository at this point in the history
  2. Cancel GroupBy when all substreams cancel

    (cherry picked from commit 4584f59)
    ismaelhamed authored and Arkatufus committed Apr 25, 2022
    Copy the full SHA
    1456237 View commit details
    Browse the repository at this point in the history
  3. Allow GroupBy to recreate already closed substreams

    (cherry picked from commit b77b68e)
    ismaelhamed authored and Arkatufus committed Apr 25, 2022
    Copy the full SHA
    a36765b View commit details
    Browse the repository at this point in the history
  4. Fixes GroupBy does not invoke decider

    (cherry picked from commit 810882b)
    ismaelhamed authored and Arkatufus committed Apr 25, 2022
    Copy the full SHA
    a4f72e9 View commit details
    Browse the repository at this point in the history
  5. Avoids memory being retained for GroupBy

    (cherry picked from commit fd3fb95)
    ismaelhamed authored and Arkatufus committed Apr 25, 2022
    Copy the full SHA
    327be46 View commit details
    Browse the repository at this point in the history
  6. Fix markdownlint error

    (cherry picked from commit 1663e38)
    Arkatufus committed Apr 25, 2022
    Copy the full SHA
    d538a84 View commit details
    Browse the repository at this point in the history