Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5573#discussion_r175736041
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/json/SerializedValueSerializer.java
 ---
    @@ -36,6 +38,10 @@
     
        private static final long serialVersionUID = 1L;
     
    +   public SerializedValueSerializer() {
    +           super(TypeFactory.defaultInstance().constructType(new 
TypeReference<SerializedValue<Object>>() {}));
    --- End diff --
    
    Same here with the default constructor.


---

Reply via email to