-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
-
Query 2020-11-30, Query 2020-12-14, Query 2020-12-28, Query 2021-01-11, Query 2021-01-25, Query Execution 2021-02-22
Currently the SlotBasedStageBuilder only can translate QuerySolutions that have collection scans and virtual scans due to a uassert() in SlotBasedStageBuilder::buildShardFilter(). When we support covered queries and non-covered index plans we need to remove the uassert() with error codeĀ 5071201 and add tests to exercise these plans.