wuchong commented on a change in pull request #9363: 
[FLINK-13587][table-planner-blink] Fix some operator names are not set in blink 
planner
URL: https://github.com/apache/flink/pull/9363#discussion_r312091599
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/nodes/FlinkRelNode.scala
 ##########
 @@ -32,6 +34,21 @@ import scala.collection.JavaConversions._
   */
 trait FlinkRelNode extends RelNode {
 
+  /**
+    * Returns a string which describes the relational expression with 
attributes which
+    * contribute to the plan output.
+    *
+    * This method leverages [[RelNode#explain]] with
+    * [[org.apache.calcite.sql.SqlExplainLevel.EXPPLAN_ATTRIBUTES]] explain 
level.
+    */
+  def getRelDescription: String = {
 
 Review comment:
   After discussed with @godfreyhe , we reached a consensus to pick 
`getRelDetailedDescription` as the method name.

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


With regards,
Apache Git Services

Reply via email to