SteveYurongSu commented on code in PR #9245:
URL: https://github.com/apache/iotdb/pull/9245#discussion_r1130325194


##########
antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4:
##########
@@ -1026,3 +1026,27 @@ attributeValue
     : identifier
     | constant
     ;
+
+collectorAttributesClause
+    : WITH COLLECTOR LR_BRACKET (collectorAttributeClause COMMA)* 
collectorAttributeClause? RR_BRACKET

Review Comment:
   ```suggestion
       : WITH COLLECTOR LR_BRACKET collectorAttributeClause (COMMA 
collectorAttributeClause)* RR_BRACKET
   ```



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