You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/06/15 06:56:09 UTC

[jira] [Created] (BEAM-342) Change Filter#greaterThan, etc. to actually use Filter

Daniel Halperin created BEAM-342:
------------------------------------

             Summary: Change Filter#greaterThan, etc. to actually use Filter
                 Key: BEAM-342
                 URL: https://issues.apache.org/jira/browse/BEAM-342
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Daniel Halperin
            Priority: Minor


This is a good starter task.

Right now, [{{Filter#greaterThan}}|https://github.com/apache/incubator-beam/blob/315b3c8e333e5f42730c19e89f856d778ce93cab/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Filter.java#L134] constructs a new DoFn rather than using {{Filter#byPredicate}}. We should fix this to make it consistent and simpler.

We can also remove deprecated functions in that file, and if possible redundant display data.



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