You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/23 15:21:11 UTC

[jira] [Commented] (FLINK-3046) Integrate the Either Java type with the TypeExtractor

    [ https://issues.apache.org/jira/browse/FLINK-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15022146#comment-15022146 ] 

ASF GitHub Bot commented on FLINK-3046:
---------------------------------------

GitHub user twalthr opened a pull request:

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

    [FLINK-3046] Integrate the Either Java type with the TypeExtractor

    This PR implements FLINK-3046. All necessary methods of the TypeExtractor (`getForObject`, `createTypeInfo`, `getForClass` and `validdateInput`) have been updated for Either.

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

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

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

    https://github.com/apache/flink/pull/1393.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 #1393
    
----
commit 2143ba2a4344deaac77c57d1abae351fd32920f0
Author: twalthr <tw...@apache.org>
Date:   2015-11-23T14:08:47Z

    [FLINK-3046] Integrate the Either Java type with the TypeExtractor

----


> Integrate the Either Java type with the TypeExtractor
> -----------------------------------------------------
>
>                 Key: FLINK-3046
>                 URL: https://issues.apache.org/jira/browse/FLINK-3046
>             Project: Flink
>          Issue Type: Improvement
>          Components: Type Serialization System
>    Affects Versions: 1.0.0
>            Reporter: Vasia Kalavri
>            Assignee: Timo Walther
>
> Integrate the Either Java type with the TypeExtractor, so that the APIs recognize the type and choose the type info properly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)