Details

    • Sub-task
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • Not applicable
    • dsl-euphoria
    • None

    Description

      `TopPerKey` operator is not supported due to its decomposition to `ReduceStateByKey` operator which is not supported. That decomposition is wrong since it outputs one value per key so no state is needed to perform the reduction.

      Change decomposition of `TopPerKey` to `ReduceByKey`. That will make `TopPerKey` translatable to Beam API.

      Attachments

        Issue Links

          Activity

            People

              vaclav.plajt Vaclav Plajt
              vaclav.plajt Vaclav Plajt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: