You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/21 00:39:04 UTC

[jira] [Commented] (BEAM-1917) add 'equal' function to Filter

    [ https://issues.apache.org/jira/browse/BEAM-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977867#comment-15977867 ] 

ASF GitHub Bot commented on BEAM-1917:
--------------------------------------

GitHub user XuMingmin opened a pull request:

    https://github.com/apache/beam/pull/2622

    [BEAM-1917] add 'equal' function to Filter

    a minor change to add `equal` in [Filter.java](https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Filter.java)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/XuMingmin/beam BEAM-1917

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2622.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2622
    
----
commit 6fd1d57b187915d92e07e051da0550c63fb2be66
Author: mingmxu <mi...@ebay.com>
Date:   2017-04-20T21:47:10Z

    Add `equal` method to Filter transform
    
    to trigger travis-ci

----


> add 'equal' function to Filter
> ------------------------------
>
>                 Key: BEAM-1917
>                 URL: https://issues.apache.org/jira/browse/BEAM-1917
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Xu Mingmin
>            Assignee: Xu Mingmin
>            Priority: Minor
>
> add an {{equal}} function to avoid {{PredicateT predicate}} for the basic comparison, logic similar as existing {{greaterThan}} ...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)