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 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---