sluk3r opened a new pull request #4359: for issue 4357 URL: https://github.com/apache/incubator-shardingsphere/pull/4359 Fixes #4357 Changes proposed in this pull request: - delete the unused line: when(insertStatement.findSQLSegment(LimitSegment.class)).thenReturn(Optional.of(new LimitSegment(0, 10, null, null))); - for InsertStatement object, use "new InsertStatement()" instead of "mock(InsertStatement.class)", and other mocked methods setup are also deleted.
---------------------------------------------------------------- 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
