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

Support sortedTake in beam runner #1949

Merged
merged 3 commits into from
Sep 26, 2021

Commits on Sep 21, 2021

  1. Support sortedTake in beam runner

    We flatten all the input PriorityQueues and construct a new PQ using the monoid provided.
    TESTS: Updated failing unit test
    nownikhil committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7106653 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Added extension of PriorityQueueMonoid

    Added ScaldingPriorityQueueMonoid which exposes count which we later use in TopCombineFn.
    Added unit test for bufferedTake
    Disabled map side aggregation when using ScaldingPriorityQueueMonoid
    nownikhil committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8683119 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    49af384 View commit details
    Browse the repository at this point in the history