zentol commented on code in PR #22357:
URL: https://github.com/apache/flink/pull/22357#discussion_r1158561930
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/JobDetailsInfo.java:
##########
@@ -110,8 +113,8 @@ public class JobDetailsInfo implements ResponseBody {
private final Map<ExecutionState, Integer> jobVerticesPerState;
@JsonProperty(FIELD_NAME_JSON_PLAN)
- @JsonRawValue
- private final String jsonPlan;
+ @JsonSerialize(using = RawObjectSerializer.class)
+ private final Object jsonPlan;
Review Comment:
Currently checking if we can re-use JobPlanInfo#RawJson...
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]