-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Change streams
-
None
-
Query Execution
-
Fully Compatible
-
QE 2025-10-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
SPM-4106 recently splitted all DocumentSource class into their QO and QE parts.
The QE parts (called stages) were moved to src/mongo/db/exec/agg.
It seems that we did not set the code ownership for the change streams-specific stages after the split.
The current ownership as defined in the OWNERS.yml file in the new directory makes 10gen/query-execution-classic own the change streams-specific stages.
This should be changed so that 10gen/query-execution-change-streams owns these files instead.