Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
For now in optimization phase we have such join rules ordering, if MergeJoinConverterRule occurs at the end of this enumeration some tests will be failed.
MergeJoinConverterRule.INSTANCE, CorrelatedNestedLoopJoinRule.INSTANCE, CorrelateToNestedLoopRule.INSTANCE, NestedLoopJoinConverterRule.INSTANCE,
Seems [1] can point out the root of such a problem.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- is related to
-
IGNITE-16333 Calcite. IgniteProject need to be initialized with single distribution.
- Resolved