rkhachatryan commented on code in PR #26488:
URL: https://github.com/apache/flink/pull/26488#discussion_r2057863990


##########
flink-runtime-web/src/test/resources/rest_api_v1.snapshot:
##########
@@ -366,7 +366,8 @@
                     "type" : "string"
                   },
                   "optimizer_properties" : {
-                    "type" : "string"
+                    "type" : "object",
+                    "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:JobPlanInfo:RawJson"

Review Comment:
   I don't understand where does this `id` come from, could you explain?
   It should be something like
   `optimizer_properties : global_properties { ... }`
   
   But with this change, it would be
   `optimizer_properties : id { global_properties { ... } }`
   
   Wouldn't it?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to