Add support for multiple collection in SlotBasedStageBuilder

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • QE 2022-03-07, QE 2022-03-21
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      SlotBasedStageBuilder currently assumes that the entire plan refers to a single collection, and only that collection reference is used when building scans.

      This assumption is no longer true, when adding support to $lookup, as the $lookup references foreign collections.

      We need to modify SlotBaseStageBuilder to provide access to all referenced collections. Possibly by using:
      map of string -> CollectionPtr _collections.
      in the StageBuilder instead of just:
      const CollectionPtr& _collection

              Assignee:
              Mihai Andrei
              Reporter:
              Anna Wawrzyniak
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: