diff options
author | Ted Tuckman <ted.tuckman@mongodb.com> | 2020-04-13 08:10:56 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-13 18:49:36 +0000 |
commit | e5dc42c040d85555748f6bd4761fc1a61155f349 (patch) | |
tree | 90254d5ac04d8280a7edb4676beeb927ef921235 /src/mongo | |
parent | 3f849d508692c038afb643b1acb99b8a8cb98d38 (diff) | |
download | mongo-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.cpp | 1 |
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: {" |