You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/04 11:19:07 UTC

[GitHub] [flink] godfreyhe commented on a change in pull request #8973: [FLINK-13081][table-planner][table-api-java] Supports explain DAG plan

godfreyhe commented on a change in pull request #8973: [FLINK-13081][table-planner][table-api-java] Supports explain DAG plan
URL: https://github.com/apache/flink/pull/8973#discussion_r300354040
 
 

 ##########
 File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
 ##########
 @@ -275,8 +275,28 @@
 	 *
 	 * @param table The table for which the AST and execution plan will be returned.
 	 */
+	@Deprecated
 
 Review comment:
   ok, i will revert it. i want to unify `public String explain(Table table)` into `public String explain(Table table, boolean extended)` before, which looks more simple.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services