[jira] [Created] (FLINK-4231) Switch DistinctOperator from GroupReduceFunction to ReduceFunction

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-4231) Switch DistinctOperator from GroupReduceFunction to ReduceFunction

Shang Yuanchun (Jira)
Greg Hogan created FLINK-4231:
---------------------------------

             Summary: Switch DistinctOperator from GroupReduceFunction to ReduceFunction
                 Key: FLINK-4231
                 URL: https://issues.apache.org/jira/browse/FLINK-4231
             Project: Flink
          Issue Type: Improvement
          Components: Java API
    Affects Versions: 1.1.0
            Reporter: Greg Hogan
            Assignee: Greg Hogan


As discussed in FLINK-3279, rewriting {{DistinctOperator}} to a {{ReduceFunction}} rather than the current {{GroupReduceFunction}} allows the user to set the {{CombineHint}} and choose a hash-based, sort-based, or no combiner.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)