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 2020/12/10 03:12:53 UTC

[GitHub] [flink] godfreyhe commented on a change in pull request #14337: [FLINK-20512][table-planner-blink] Introduce getDesc(), getOutputType(), replaceInputEdge(int, ExecEdge) methods for ExecNode

godfreyhe commented on a change in pull request #14337:
URL: https://github.com/apache/flink/pull/14337#discussion_r539812153



##########
File path: flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/ExecNode.java
##########
@@ -31,6 +32,18 @@
  */
 public interface ExecNode<T> {
 
+	/**
+	 * Returns a string which describes this node.
+	 * TODO rename to `getDescription` once all ExecNodes do not extend from FlinkPhysicalRel,
+	 *  because RelNode already has `getDescription` method.
+	 */
+	String getDesc();

Review comment:
       no, if this pr is merged before https://github.com/apache/flink/pull/14315, I will update https://github.com/apache/flink/pull/14315. and if https://github.com/apache/flink/pull/14315 is merged before this pr, I will update ExecPlanDumper




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