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

2016-04-19 Thread asfgit
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

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

2016-04-18 Thread twalthr
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

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

2016-04-18 Thread fhueske
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

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

2016-04-15 Thread twalthr
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