You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/31 08:57:15 UTC

[GitHub] [iotdb] xingtanzjr commented on a change in pull request #5376: [IoTDB-2661] Add PlanNode visualizer tool

xingtanzjr commented on a change in pull request #5376:
URL: https://github.com/apache/iotdb/pull/5376#discussion_r839350758



##########
File path: server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/node/PlanNode.java
##########
@@ -77,4 +82,8 @@ private int getChildrenCount(List<PlanNode> children) {
   }
 
   public abstract void serialize(ByteBuffer byteBuffer);
+
+  public List<String> getBoxString() {
+    return ImmutableList.of(String.format("PlanNode-%s", getId()));

Review comment:
       Sure. Making it as a `non-abstarct` method is only used to unblock the compiling during the presentation. 😂




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

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org