-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
After multiplanning is complete, if a plan has reached EOF and requires no more work, we should return a classic plan stage even if engine selection would choose SBE. This is because the query was already fully answered during multiplanning, and lowering to SBE and restarting the query would be unnecessary. This is implemented in the old get executor, but not the new one yet.