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 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 ena
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 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 feat
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 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 where
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 te