In sbe_stage_builder_filter.cpp where we create a hash set for $in arguments, we don't pass collator to it.
This leads to linear lookup in vm.cpp
- related to
-
SERVER-76007 ArraySet with collation doesn't leverage already computed collation keys
- Open