-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Query Execution
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-07-06
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This PR removes an unused `ResolvedNamespaceMap` data member from `ExpressionContext`, relying on the existing `ExpressionContextParams::resolvedNamespaces` storage already used by the `getResolvedNamespaces()` / `setResolvedNamespaces()` APIs.
*Changes:*
- Removed the redundant `ExpressionContext::_resolvedNamespaces` member from `expression_context.h`.