[ https://issues.apache.org/jira/browse/FLINK-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943117#comment-15943117 ]
ASF GitHub Bot commented on FLINK-6157: --------------------------------------- GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/3619 [FLINK-6157] [core] Make TypeInformation fully serializable This PR ensures that all type information in flink-core, flink-java, flink-scala is serializable. It introduces a test base for type information. @StephanEwen as you suggested, I added a test that scans the class path for type information and checks test coverage, however, I had to modify many Maven pom.xml to achieve this. I don't know if we want that. Type information in other modules such as Gelly or Table API is not checked yet. You can merge this pull request into a Git repository by running: $ git pull https://github.com/twalthr/flink FLINK-6157 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3619.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 #3619 ---- commit d59900417e48e00d3f4e6a682231937cbd185418 Author: twalthr <twal...@apache.org> Date: 2017-03-27T08:33:58Z [FLINK-6157] [core] Make TypeInformation fully serializable ---- > Make TypeInformation fully serializable > --------------------------------------- > > Key: FLINK-6157 > URL: https://issues.apache.org/jira/browse/FLINK-6157 > Project: Flink > Issue Type: Improvement > Components: Core > Reporter: Timo Walther > Assignee: Timo Walther > > TypeInformation is already declared serializable, however, there are no tests > that verify that all classes are really serializable. -- This message was sent by Atlassian JIRA (v6.3.15#6346)