You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by twalthr <gi...@git.apache.org> on 2016/04/15 12:16:01 UTC

[GitHub] flink pull request: [FLINK-3748] [table] Add CASE function to Tabl...

GitHub user twalthr opened a pull request:

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

    [FLINK-3748] [table] Add CASE function to Table API

    This PR adds an evaluation function to the Table API that allows for if/else branching. It also allows `CASE WHEN` syntax in SQL.
    
    I will update the EBNF grammar in the documentation as part of FLINK-3086 next.

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

    $ git pull https://github.com/twalthr/flink TableApiCaseWhen

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

    https://github.com/apache/flink/pull/1893.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 #1893
    
----
commit 538b7bfae208ef68131bc76fb05c8835cbd55928
Author: twalthr <tw...@apache.org>
Date:   2016-04-13T12:36:36Z

    [FLINK-3748] [table] Add CASE function to Table API

----


---
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] flink pull request: [FLINK-3748] [table] Add CASE function to Tabl...

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

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


---
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] flink pull request: [FLINK-3748] [table] Add CASE function to Tabl...

Posted by fhueske <gi...@git.apache.org>.
Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/1893#issuecomment-211375912
  
    Looks good to me.


---
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] flink pull request: [FLINK-3748] [table] Add CASE function to Tabl...

Posted by twalthr <gi...@git.apache.org>.
Github user twalthr commented on the pull request:

    https://github.com/apache/flink/pull/1893#issuecomment-211403149
  
    Thanks for reviewing @fhueske! I will merge this...


---
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.
---