Remove unused sbe::HashJoinStage::_bytecode, _compiled

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • QE 2024-03-04
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Kevin Cherkauer (Inactive)
            Reporter:
            Kevin Cherkauer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: