[GitHub] flink pull request #6014: [FLINK-8933] Avoid calling Class#newInstance

2018-05-15 Thread yanghua
Github user yanghua closed the pull request at: https://github.com/apache/flink/pull/6014 ---

[GitHub] flink pull request #6014: [FLINK-8933] Avoid calling Class#newInstance

2018-05-14 Thread yanghua
GitHub user yanghua opened a pull request: https://github.com/apache/flink/pull/6014 [FLINK-8933] Avoid calling Class#newInstance ## What is the purpose of the change *This pull request refactored the usage of `Class#newInstance`* ## Brief change log - *R