acseed commented on issue #206: 并发执行sql时报了IndexOutOfBoundsException
URL: 
https://github.com/apache/incubator-shardingsphere/issues/206#issuecomment-469594546
 
 
   这个循环删除有问题, 我这边在有subQuery的时候出现,
   remove之后下标就变了, 还拿之前的下标remove就出问题了
   
   代码位置:SelectStatement.resetLimitTokens
   for (int each : toBeRemovedIndexes) {
   sqlTokens.remove(each);
   }

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to