You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/29 15:11:18 UTC

[jira] [Commented] (FLINK-3537) Faulty code generation for disjunctions

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

ASF GitHub Bot commented on FLINK-3537:
---------------------------------------

GitHub user fhueske opened a pull request:

    https://github.com/apache/flink/pull/1733

    [FLINK-3537] Fix code gen for disjunctions.

    Fixes code generation for disjunctions and adds tests with regular and join predicates.

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

    $ git pull https://github.com/fhueske/flink tableDisjunctionFix

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

    https://github.com/apache/flink/pull/1733.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 #1733
    
----
commit 5b2aab2f4528e38e6b8fdc9cb12af516e5f1e5c6
Author: Fabian Hueske <fh...@apache.org>
Date:   2016-02-29T14:00:06Z

    [FLINK-3537] Fix code gen for disjunctions.

----


> Faulty code generation for disjunctions
> ---------------------------------------
>
>                 Key: FLINK-3537
>                 URL: https://issues.apache.org/jira/browse/FLINK-3537
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API
>            Reporter: Fabian Hueske
>            Assignee: Fabian Hueske
>            Priority: Critical
>
> The Table API generates conjunction (&&) code for disjunctions (||).



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