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

    https://github.com/apache/flink/pull/2720#discussion_r85633731
  
    --- Diff: 
flink-libraries/flink-table/src/test/scala/resources/testUnionStream0.out ---
    @@ -2,3 +2,21 @@
     LogicalUnion(all=[true])
       LogicalTableScan(table=[[_DataStreamTable_0]])
       LogicalTableScan(table=[[_DataStreamTable_1]])
    +
    +== Physical Execution Plan ==
    +Stage 1 : Data Source
    +   content : collect elements with CollectionInputFormat
    +
    +Stage 2 : Data Source
    +   content : collect elements with CollectionInputFormat
    +
    +   Stage 3 : Operator
    +           content : from: (count, word)
    +           ship_strategy : REBALANCE
    +           exchange_mode : null
    +
    +           Stage 4 : Operator
    +                   content : from: (count, word)
    +                   ship_strategy : REBALANCE
    +                   exchange_mode : null
    --- End diff --
    
    It seems that the json execution plan generated from `env.getExecutionPlan` 
dosen't contain the `exchange_mode` information. Could we remove this node in 
explain? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to