SERVER-80976: Fall back to classic on dotted comparison to null

This commit is contained in:
Hana Pearlman
2023-09-13 16:06:49 +00:00
committed by Evergreen Agent
parent 5f41627569
commit 35a4ab98a2
5 changed files with 58 additions and 24 deletions

View File

@@ -1,8 +1,4 @@
// Test indexed elemmatch of missing field.
// @tags: [
// # TODO SERVER-67506: Dotted path equality to null matches non-object array elements in CQF.
// cqf_incompatible,
// ]
let t = db.jstests_arrayfind5;
t.drop();