[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5910 ---

[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-26 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5910#discussion_r184304664 --- Diff: flink-core/src/main/java/org/apache/flink/util/InstantiationUtil.java --- @@ -221,6 +226,52 @@ protected ObjectStreamClass readClassDescript

[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-26 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5910#discussion_r184304800 --- Diff: flink-core/src/main/java/org/apache/flink/util/InstantiationUtil.java --- @@ -221,6 +226,52 @@ protected ObjectStreamClass readClassDescript

[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-26 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5910#discussion_r184304555 --- Diff: flink-core/src/main/java/org/apache/flink/util/InstantiationUtil.java --- @@ -221,6 +226,52 @@ protected ObjectStreamClass readClassDescript

[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-26 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5910#discussion_r184304412 --- Diff: flink-core/src/main/java/org/apache/flink/util/InstantiationUtil.java --- @@ -221,6 +226,52 @@ protected ObjectStreamClass readClassDescript

[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-25 Thread yuqi1129
Github user yuqi1129 commented on a diff in the pull request: https://github.com/apache/flink/pull/5910#discussion_r184044453 --- Diff: flink-core/src/main/java/org/apache/flink/util/InstantiationUtil.java --- @@ -221,6 +226,52 @@ protected ObjectStreamClass readClassDescriptor()

[GitHub] flink pull request #5910: [FLINK-8841] [state] Remove HashMapSerializer and ...

2018-04-25 Thread kl0u
GitHub user kl0u opened a pull request: https://github.com/apache/flink/pull/5910 [FLINK-8841] [state] Remove HashMapSerializer and use MapSerializer instead. ## What is the purpose of the change So far we had the `MapSerializer` and the `HashMapSerializer`. The two had alm