wuchong commented on a change in pull request #15559:
URL: https://github.com/apache/flink/pull/15559#discussion_r612314042



##########
File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/utils/RelExplainUtil.scala
##########
@@ -858,4 +859,28 @@ object RelExplainUtil {
       case (k, v) => s"$k = (${v.mkString(", ")})"
     }.mkString(", ")
 
+  /**
+   * Converts [[RelHint]]s to String.
+   */
+  def hintsToString(hints: util.List[RelHint]): String = {

Review comment:
       Why not simply `hints.toString()`? I just find the result is a little 
different with `hints.toString()` because this doesn't add `,` between hint 
elements.




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