summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/columnstore_index_rowstore_settings.js
diff options
context:
space:
mode:
authorDan Larkin-York <dan.larkin-york@mongodb.com>2023-02-03 23:42:29 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-04 01:32:37 +0000
commit94098eff431d7bb65da31516cc4df2a895d27dd8 (patch)
tree1aa862702400ebbf57026aa94e766b8d88b9e143 /jstests/noPassthrough/columnstore_index_rowstore_settings.js
parent946646ef8d624116985f3acca5ec5ae359d59097 (diff)
downloadmongo-94098eff431d7bb65da31516cc4df2a895d27dd8.tar.gz
Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 release"
Diffstat (limited to 'jstests/noPassthrough/columnstore_index_rowstore_settings.js')
-rw-r--r--jstests/noPassthrough/columnstore_index_rowstore_settings.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/noPassthrough/columnstore_index_rowstore_settings.js b/jstests/noPassthrough/columnstore_index_rowstore_settings.js
index 22a2475cdc0..54f405cf7b7 100644
--- a/jstests/noPassthrough/columnstore_index_rowstore_settings.js
+++ b/jstests/noPassthrough/columnstore_index_rowstore_settings.js
@@ -3,8 +3,9 @@
* reconstruct the result of a query.
*
* @tags: [
- * # column store indexes are still under a feature flag
- * featureFlagColumnstoreIndexes
+ * # column store indexes are still under a feature flag and require full sbe
+ * featureFlagColumnstoreIndexes,
+ * featureFlagSbeFull,
* ]
*/