summaryrefslogtreecommitdiff
path: root/jstests/core/columnstore_index_correctness.js
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2022-05-06 18:51:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-09 11:01:11 +0000
commit5028dc820e646a07e6ff0215aae4488a516dfdd4 (patch)
treeaea584dcede5683290fb937b6a9a663ab93165cc /jstests/core/columnstore_index_correctness.js
parent0161cdf25e24089af42816d370ab36e64961f22c (diff)
downloadmongo-5028dc820e646a07e6ff0215aae4488a516dfdd4.tar.gz
SERVER-65466 Add shard key fields to column_scan
Diffstat (limited to 'jstests/core/columnstore_index_correctness.js')
-rw-r--r--jstests/core/columnstore_index_correctness.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/columnstore_index_correctness.js b/jstests/core/columnstore_index_correctness.js
index 9b9cfb338ea..ffd0755a33a 100644
--- a/jstests/core/columnstore_index_correctness.js
+++ b/jstests/core/columnstore_index_correctness.js
@@ -8,8 +8,6 @@
* does_not_support_stepdowns,
* # Columnstore indexes are incompatible with clustered collections.
* incompatible_with_clustered_collection,
- * # TODO SERVER-66284 Bug with Snapshot ID slot.
- * assumes_unsharded_collection,
* ]
*/
(function() {