Genius-pig edited a comment on pull request #2268:
URL: https://github.com/apache/iotdb/pull/2268#issuecomment-745090598
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
;
```
----------------------------------------------------------------
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]