Efrat19 opened a new pull request, #26488:
URL: https://github.com/apache/flink/pull/26488

   ## What is the purpose of the change
   Addressing nits from https://github.com/apache/flink/pull/26320
   1. https://github.com/apache/flink/pull/26320/files#r2051997572 Return 
`optimizerProps` as `rawJson`
   2. https://github.com/apache/flink/pull/26320#discussion_r2032884834 Hide 
null fields
   
   ## Verifying this change
   
   <details>
   <summary>Example plan response</summary>
   
   ```json
   {
       "plan": {
           "jid": "3da5f3665a4c6430f55f5ca38f677270",
           "name": "Windowed Join Example",
           "type": "STREAMING",
           "nodes": [
               {
                   "id": "8b481b930a189b6b1762a9d95a61ada1",
                   "operator": "",
                   "parallelism": 1,
                   "operator_strategy": "",
                   "description": "Window(TumblingEventTimeWindows(2000), 
EventTimeTrigger, CoGroupWindowFunction)<br/>+- Sink: Print to Std. Out<br/>",
                   "optimizer_properties": {},
                   "inputs": [
                       {
                           "id": "cbc357ccb763df2852fee8c4fc7d55f2",
                           "num": 0,
                           "exchange": "pipelined_bounded",
                           "ship_strategy": "HASH"
                       },
                       {
                           "id": "6cdc5bb954874d922eaee11a8e7b5dd5",
                           "num": 1,
                           "exchange": "pipelined_bounded",
                           "ship_strategy": "HASH"
                       }
                   ]
               },
               {
                   "id": "cbc357ccb763df2852fee8c4fc7d55f2",
                   "operator": "",
                   "parallelism": 1,
                   "operator_strategy": "",
                   "description": "Source: Grades Data Generator<br/>+- 
Map<br/>",
                   "optimizer_properties": {}
               },
               {
                   "id": "6cdc5bb954874d922eaee11a8e7b5dd5",
                   "operator": "",
                   "parallelism": 1,
                   "operator_strategy": "",
                   "description": "Source: Grades Data Generator<br/>+- 
Map<br/>",
                   "optimizer_properties": {}
               }
           ]
       }
   }
   ```
   
   </details>
   


-- 
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