SteveYurongSu commented on code in PR #9245: URL: https://github.com/apache/iotdb/pull/9245#discussion_r1130352965
########## 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 private String pipeName; + private boolean sameConnector; Review Comment: This var name is not good, try to find out a better name -- 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]
