summaryrefslogtreecommitdiff
path: root/src/mongo
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2020-04-13 08:10:56 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-13 18:49:36 +0000
commite5dc42c040d85555748f6bd4761fc1a61155f349 (patch)
tree90254d5ac04d8280a7edb4676beeb927ef921235 /src/mongo
parent3f849d508692c038afb643b1acb99b8a8cb98d38 (diff)
downloadmongo-e5dc42c040d85555748f6bd4761fc1a61155f349.tar.gz
SERVER-47381 Remove leftover TODO from unionWith explain
Diffstat (limited to 'src/mongo')
-rw-r--r--src/mongo/db/pipeline/pipeline_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/pipeline_test.cpp b/src/mongo/db/pipeline/pipeline_test.cpp
index dc6a66125f5..b0dbbfb99ce 100644
--- a/src/mongo/db/pipeline/pipeline_test.cpp
+++ b/src/mongo/db/pipeline/pipeline_test.cpp
@@ -1969,7 +1969,6 @@ TEST(PipelineOptimizationTest, MatchGetsPushedIntoBothChildrenOfUnion) {
// Test that the $match can get pulled forward from after the $unionWith to inside, then to the
// beginning of a $unionWith subpipeline.
- // TODO: SERVER-45535 the explained inner pipeline should have the 'sortKey' form for $sort.
assertPipelineOptimizesAndSerializesTo(
"["
" {$unionWith: {"