This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch pipe-api-mods in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 4242d4dfc2f134bd6953ec8de681efee0b408875 Author: Steve Yurong Su <[email protected]> AuthorDate: Mon Oct 30 21:56:03 2023 +0800 SHOW ((PIPE pipeName=identifier) | PIPES (WHERE (CONNECTOR | SINK) USED BY pipeName=identifier)?) --- .../antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 b/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 index fefed050b27..b97318fcf1d 100644 --- a/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 +++ b/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 @@ -566,7 +566,7 @@ stopPipe ; showPipes - : SHOW ((PIPE pipeName=identifier) | PIPES (WHERE CONNECTOR USED BY pipeName=identifier)?) + : SHOW ((PIPE pipeName=identifier) | PIPES (WHERE (CONNECTOR | SINK) USED BY pipeName=identifier)?) ; // Pipe Plugin =========================================================================================
