ColinLeeo commented on code in PR #13158:
URL: https://github.com/apache/iotdb/pull/13158#discussion_r1903237664


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/util/SqlFormatter.java:
##########
@@ -1169,6 +1170,67 @@ protected Void visitShowTopics(ShowTopics node, Integer 
context) {
       return null;
     }
 
+    @Override
+    protected Void visitRelationalAuthorPlan(RelationalAuthorStatement node, 
Integer context) {

Review Comment:
   I believe here, it is only necessary to return the key part of the SQL 
statement, just like other features. The user only needs to know what type of 
operation they are performing.



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