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



##########
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:
       this pr should wait https://github.com/apache/flink/pull/14315, and use 
this method in ExecPlanDumper right?




----------------------------------------------------------------
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:
[email protected]


Reply via email to