The calls to getNext() in d_split.cpp all need to check for IS_EOF. Currently, you can crash if the index we're scanning gets dropped.
- is related to
-
SERVER-13123 All callers of PlanExecutor::getNext need to deal with error returns
- Closed