nanzheng commented on issue #11074:
URL:
https://github.com/apache/shardingsphere/issues/11074#issuecomment-871278685
Debug step into the code, there is a try catch code block will throw
org.antlr.v4.runtime.NoViableAltException.
At getInterpreter().adaptivePredict(_input,0,_ctx) this step. @tristaZero
```
OracleStatementParser.java
public final ExecuteContext execute() throws RecognitionException {
ExecuteContext _localctx = new ExecuteContext(_ctx, getState());
enterRule(_localctx, 0, RULE_execute);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(1443);
_errHandler.sync(this);
switch (
getInterpreter().adaptivePredict(_input,0,_ctx) ) {
case 1:
{
setState(1412);
select();
}
break;
case 2:
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]