zstan commented on code in PR #13389:
URL: https://github.com/apache/ignite/pull/13389#discussion_r3644748313
##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/DistributedJoinIntegrationTest.java:
##########
@@ -35,7 +35,7 @@ public class DistributedJoinIntegrationTest extends
AbstractBasicIntegrationTran
public void testRehashResourceCleanup() throws Exception {
prepareTables();
- String sql = "SELECT sum(i.price * i.amount)" +
+ String sql = "SELECT /*+ MERGE_JOIN */ sum(i.price * i.amount)" +
Review Comment:
Sometimes i observe hashJoin here, i really don\`t know what algo is more
preferably here and i think it need to be discovered more accurate in further
activities.
--
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]