lwtdev edited a comment on issue #7880:
URL: https://github.com/apache/shardingsphere/issues/7880#issuecomment-750300900
@jingshanglu Hi, I have completed the `expr` assertion of
`ExpectedJoinTable`.
And I found that some other segments also contain `expr`, but no test cases
Do these need to add test cases?
- [ ] assignmentValue
- [ ] call
- [ ] doStatement
- [ ] projection
```g4
assignmentValue
: expr | DEFAULT | blobValue
;
call
: CALL identifier (LP_ (expr (COMMA_ expr)*)? RP_)?
;
doStatement
: DO expr (COMMA_ expr)*
;
projection
: expr (AS? alias)? | qualifiedShorthand
;
```
----------------------------------------------------------------
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]