korlov42 commented on a change in pull request #9369:
URL: https://github.com/apache/ignite/pull/9369#discussion_r702852920
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/AbstractBasicIntegrationTest.java
##########
@@ -82,7 +84,7 @@ protected QueryChecker assertQuery(String qry) {
}
/** */
- protected IgniteCache<Integer, Employer> createAndPopulateTable() {
+ protected IgniteCache<Integer, Employer> createAndPopulateTable() throws
InterruptedException {
Review comment:
Actually it's not throwing any InterruptedException. Please fix it and
any test using this method
--
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]