[GitHub] flink pull request: [FLINK-3097] [table] Add support for custom fu...

2016-01-30 Thread twalthr
Github user twalthr commented on the pull request: https://github.com/apache/flink/pull/1429#issuecomment-177156151 I'm currently preparing it for the `tableOnCalcite` branch. I will close this PR. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request: [FLINK-3097] [table] Add support for custom fu...

2016-01-30 Thread twalthr
Github user twalthr closed the pull request at: https://github.com/apache/flink/pull/1429 --- 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-3097] [table] Add support for custom fu...

2016-01-29 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/1429#issuecomment-176845490 @twalthr Is this in the calcite branch now? Can this PR then be closed? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] flink pull request: [FLINK-3097] [table] Add support for custom fu...

2016-01-18 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1429#issuecomment-172460239 Yes, sounds good! --- 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-3097] [table] Add support for custom fu...

2016-01-18 Thread twalthr
Github user twalthr commented on the pull request: https://github.com/apache/flink/pull/1429#issuecomment-172459799 @fhueske I will rebase and merge this into the `tableOnCalcite` branch today, ok? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request: [FLINK-3097] [table] Add support for custom fu...

2015-12-10 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/1429#issuecomment-163680178 This looks good. :+1: Can you also integrate the support for Scala, i.e. extract it from #1237 My only concern is that it introduces yet another instance

[GitHub] flink pull request: [FLINK-3097] [table] Add support for custom fu...

2015-12-01 Thread twalthr
GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/1429 [FLINK-3097] [table] Add support for custom functions in Table API As described in FLINK-3097, this PR implements the possibility of adding custom row functions for the Table API. In the