l2280212 commented on code in PR #9665: URL: https://github.com/apache/iotdb/pull/9665#discussion_r1173279122
########## antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4: ########## @@ -447,23 +447,36 @@ showConfigNodes // ---- Get Region Id getRegionId - : SHOW (DATA|SCHEMA) REGIONID OF path=prefixPath WHERE (SERIESSLOTID operator_eq - seriesSlot=INTEGER_LITERAL|DEVICEID operator_eq deviceId=prefixPath) (OPERATOR_AND (TIMESLOTID operator_eq timeSlot=INTEGER_LITERAL| - TIMESTAMP operator_eq timeStamp=INTEGER_LITERAL))? + : SHOW (DATA|SCHEMA) REGIONID WHERE (DATABASE operator_eq database=prefixPath + |(DEVICE|DEVICEID) operator_eq device=prefixPath) Review Comment: need to consider compatibility with previous versions? I can remove that -- 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]
