hemantrathod created IGNITE-27562:
-------------------------------------
Summary: Optimized Join for 19 tables (26096) is taking more time
than Non optimized Join for 21 tables (28159)
Key: IGNITE-27562
URL: https://issues.apache.org/jira/browse/IGNITE-27562
Project: Ignite
Issue Type: Bug
Components: sql ai3
Affects Versions: 3.2
Reporter: hemantrathod
Planning time for Optimized join for 19 tables is more compare to Non optimized
join for 21 tables --
Non optimized JOIN for 21 tables (28159) must be less than optimized JOIN for
19 tables (26096) ==> expected: <true> but was: <false>
org.opentest4j.AssertionFailedError: Non optimized JOIN for 21 tables (28159)
must be less than optimized JOIN for 19 tables (26096) ==> expected: <true> but
was: <false>
at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)