-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Query Execution
-
Query Execution
-
Fully Compatible
-
QE 2025-07-07, QE 2025-07-21, QE 2025-08-04, QE 2025-08-18, QE 2025-10-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently DocumentSourceUnionWith::doGetNext() has a recursive call and it is unclear how deep this recursion can go. If this is just one step recursion for resolving a view, we should probably avoid it for clarity / readability.
Also, using exceptions to detect views is not very good style, but this is probably a different / larger problem.
- related to
-
SERVER-112718 Investigate view handling exceptions in stages with sub-pipelines
-
- Needs Scheduling
-