-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2022-12-12
-
157
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The unit test 'IncreaseJoinsCost' in "query/cost_model/cost_model_test.cpp" failed on certain platform (macOS only). One of the expected plans should still be a BinaryJoin plan but two children of BinaryJoinNode could be nondeterministic. So the test should not assert on a hardcore plan. Consider asserting that the generated plan contains the BinaryJoin node.