SteveYurongSu commented on code in PR #9245:
URL: https://github.com/apache/iotdb/pull/9245#discussion_r1130649100
##########
server/src/main/java/org/apache/iotdb/db/mpp/plan/statement/sys/sync/ShowPipeStatement.java:
##########
@@ -28,14 +28,24 @@ public class ShowPipeStatement extends ShowStatement
implements IConfigStatement
Review Comment:
```suggestion
public ShowPipeStatement() {
super();
statementType = StatementType.SHOW_PIPES;
}
```
This will be used in the auth module.
--
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]