You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/10/24 16:27:08 UTC

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #462: [IOTDB-253]time expression

Ring-k commented on a change in pull request #462: [IOTDB-253]time expression
URL: https://github.com/apache/incubator-iotdb/pull/462#discussion_r338672377
 
 

 ##########
 File path: server/src/main/antlr3/org/apache/iotdb/db/sql/parse/TqlLexer.g
 ##########
 @@ -538,3 +538,8 @@ WS  :   ( ' '
         | '\n'
         ) {$channel=HIDDEN;}
     ;
+
+Duration
 
 Review comment:
   Hi, it will be better to use "DURATION" to keep it consistent with other rules.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services