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 2014/10/01 16:51:40 UTC

[GitHub] incubator-flink pull request: [FLINK-1133] TypeExtractor resolves ...

GitHub user twalthr opened a pull request:

    https://github.com/apache/incubator-flink/pull/137

    [FLINK-1133] TypeExtractor resolves also variables inside Tuple-input

    Until now the TypeExtractor only supported simple input derivation from functions like "Function<T, TupleXY<T,..>>".
    
    This PR adds the support for functions with variables in input tuples like "Function<TupleXY<T,...>, T>."

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

    $ git pull https://github.com/twalthr/incubator-flink FLINK-1133

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

    https://github.com/apache/incubator-flink/pull/137.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 #137
    
----
commit a294da34152c690ab94673ef0d9f9101a6544555
Author: twalthr <in...@twalthr.com>
Date:   2014-10-01T14:40:42Z

    TypeExtractor resolves also variables inside Tuple-input

----


---
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] incubator-flink pull request: [FLINK-1133] TypeExtractor resolves ...

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

    https://github.com/apache/incubator-flink/pull/137#issuecomment-57477467
  
    Cool! That was a very quick fix!


---
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] incubator-flink pull request: [FLINK-1133] TypeExtractor resolves ...

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

    https://github.com/apache/incubator-flink/pull/137#issuecomment-57482859
  
    Now we also support nested tuples: `Function<Tuple1<Tuple1<T>>, T>`


---
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] incubator-flink pull request: [FLINK-1133] TypeExtractor resolves ...

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

    https://github.com/apache/incubator-flink/pull/137#issuecomment-57478197
  
    Too quick. I think I could also do it recursively. A commit will follow..


---
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] incubator-flink pull request: [FLINK-1133] TypeExtractor resolves ...

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

    https://github.com/apache/incubator-flink/pull/137


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