[GitHub] flink pull request #2428: [FLINK-4517] scala code refactoring

2016-10-24 Thread shijinkui
Github user shijinkui closed the pull request at: https://github.com/apache/flink/pull/2428 --- 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

[GitHub] flink pull request #2428: [FLINK-4517] scala code refactoring

2016-08-27 Thread shijinkui
GitHub user shijinkui opened a pull request: https://github.com/apache/flink/pull/2428 [FLINK-4517] scala code refactoring the refacter type: 1. case class does't need `new` 2. case block does't need `{ ... }` 3. match-case instead of isInstanceOf