ThanoshanMV commented on pull request #10381:
URL: https://github.com/apache/shardingsphere/pull/10381#issuecomment-843385076
@wgy8283335 for the `selectSubquery`, I specified as:
```
selectSubquery
: (selectClause | selectSubquery ((UNION ALL? | INTERSECT | MINUS)
selectSubquery)+ | LP_ selectSubquery RP_) orderByClause? rowLimitingClause
;
```
But the ANTLR gave an error: `selectSubquery` is mutually left-recursive. So
I changed it like `unionClause`.
--
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]