[
https://issues.apache.org/jira/browse/FLINK-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091608#comment-15091608
]
ASF GitHub Bot commented on FLINK-3192:
---------------------------------------
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.
> Add explain support to print ast and sql physical execution plan.
> ------------------------------------------------------------------
>
> Key: FLINK-3192
> URL: https://issues.apache.org/jira/browse/FLINK-3192
> Project: Flink
> Issue Type: New Feature
> Components: Table API
> Reporter: GaoLun
> Assignee: GaoLun
> Priority: Minor
> Labels: features
>
> Table API doesn't support sql-explanation now. Add the explain support to
> print ast (abstract syntax tree) and the physical execution plan of sql.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)