-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-03-04
sbe::HashJoinStage contains data members that are no longer used:
- vm::ByteCode _bytecode;
- bool _compiled{false};
These should be removed.
_compiled is actually checked in HashJoinStage::getAccessor() but it is always true at that point.