-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
QE 2022-06-27, QE 2022-07-11, QE 2022-07-25, QE 2022-08-08
CompileCtx::accumulator is accessed when compiling EFunction related to aggregate.
This requires a corresponding assignment before the compile is called, like in HashAggStage::prepare
Otherwise, CompileCtx::accessor is optional.
At minimum we should assert that the CompileCtx::accessor is set to prevent segfault.
- related to
-
SERVER-59960 Ensure CompileCtx::root is set before accessing it
- Closed