Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-4258

Aggregation helper fails on simplified string form for $merge stage

    • Not Needed

      Originally reported in spring-data-mongodb#3743.

      In AggregateIterableImpl.getOutNamespace method
      BsonDocument mergeDocument = lastStageDocument.getDocument("$merge")
      this line does not consider simple String type when $merge use the simplified form, like {$merge: <collection>}

      The workaround is to use the long form of $merge, as documented here.

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            cstrobl Christoph Strobl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: