zentol commented on a change in pull request #15517:
URL: https://github.com/apache/flink/pull/15517#discussion_r609406175
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/serde/FlinkDeserializationContext.java
##########
@@ -56,6 +56,13 @@ protected FlinkDeserializationContext(
this.objectMapper = src.objectMapper;
}
+ protected FlinkDeserializationContext(
Review comment:
The parent class comes from jackson and has an additional abstract
method we need to implement.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]