yuqi1129 commented on pull request #2268:
URL: https://github.com/apache/iotdb/pull/2268#issuecomment-745094476
> Keyword `ALL` is used for `group by fill`. I think we should remove `ALL`
in datatype, add it in `typeClause`.
>
> ```
> typeClause
> : (dataType | ALL) LS_BRACKET linearClause RS_BRACKET
> | (dataType | ALL) LS_BRACKET previousClause RS_BRACKET
> | (dataType | ALL) LS_BRACKET previousUntilLastClause RS_BRACKET
> ;
> ```
DataType is used in other place, I'm not sure whether `ALL` is valid or not
in this syntax, no body report `ALL` error in nodeNameWithoutStar the
`nodeNameWithoutStar
: ID
| DOUBLE_QUOTE_STRING_LITERAL
| DURATION
| encoding
| dataType
| dateExpression
| MINUS? EXPONENT
| MINUS? INT
| booleanClause
| CREA
`
So, i just change data type definition in create time series grammar
----------------------------------------------------------------
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:
[email protected]