Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-91158

Streams: $replaceRoot includes _stream_meta when it shouldn't

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams
    • ALL
    • Sprint 50, Sprint 51

      Reported by joe.niemiec@mongodb.com 

      AtlasStreamProcessing> sp.process([{$source: {connectionName: "Cluster2_ReadWrite", db: "test10", coll: "test"}}, {$replaceRoot: {newRoot: "$fullDocument"}}])

      {

        _id: ObjectId("665f278b447edf522dc10ac2"),

        a: 1,

        _stream_meta: {

          source:

      {       type: 'atlas'     }

        }

      }

      {

        _id: ObjectId("665f2791447edf522dc10ac3"),

        a: 1,

        _stream_meta: {

          source:

      {       type: 'atlas'     }

        }

      }

            Assignee:
            sandeep.dhoot@mongodb.com Sandeep Dhoot
            Reporter:
            matthew.normyle@mongodb.com Matthew Normyle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: