Github user gallenvara commented on the pull request:

    https://github.com/apache/flink/pull/1477#issuecomment-170467184
  
    @fhueske , i"m favor of showing the whole plan. First, `Table` API converts 
`DataSet` to a `Table` and provides several operations on the `DataSource`. 
It's a data-processing level and part of the DataSet. Showing the whole plan 
will help user know better with the DataSet program completely. Second, 
`getExecutionPlan` returns the plan from initial DataSource to final 
`DataSink`. According to my limited comprehension, it's not easy to figure the 
query operations out only.


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