You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by xumingming <gi...@git.apache.org> on 2017/05/24 04:43:50 UTC

[GitHub] beam pull request #3218: [BEAM-2356] add NOT operator & some refactoring

GitHub user xumingming opened a pull request:

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

    [BEAM-2356] add NOT operator & some refactoring

    Seems only `NOT` operator is missing, other operators will be implicitly converted to `AND`, `OR`, `NOT`, during parsing phase, e.g. `IS FALSE` is converted to `NOT`.

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

    $ git pull https://github.com/xumingming/beam BEAM-2356-logical-operator

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

    https://github.com/apache/beam/pull/3218.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 #3218
    
----
commit c0502cb74edbdda6fe65168a821ecc0949f82cf5
Author: James Xu <xu...@gmail.com>
Date:   2017-05-24T04:41:47Z

    add NOT operator & some refactoring

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3218: [BEAM-2356] add NOT operator & some refactoring

Posted by xumingming <gi...@git.apache.org>.
Github user xumingming closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---