DanielWang2035 commented on code in PR #13706:
URL: https://github.com/apache/iotdb/pull/13706#discussion_r1799607482


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/util/SqlFormatter.java:
##########
@@ -797,6 +798,30 @@ protected Void visitDropFunction(DropFunction node, 
Integer indent) {
       return null;
     }
 
+    @Override
+    protected Void visitLoadTsFile(final LoadTsFile node, final Integer 
indent) {
+      builder.append("LOAD ");
+      builder.append("\"" + node.getFilePath() + "\"");
+      builder.append(" \n");
+
+      builder

Review Comment:
   if not empty



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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to