korlov42 commented on a change in pull request #9143:
URL: https://github.com/apache/ignite/pull/9143#discussion_r684158253
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java
##########
@@ -481,6 +495,310 @@ private void populateTables() throws InterruptedException
{
awaitPartitionMapExchange(true, true, null);
}
+ /** */
+ @Test
+ public void testSingleOrdering() throws IgniteInterruptedCheckedException {
Review comment:
Let's move all the tests to the to a separate JoinIntegrationTest class
--
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]