Dereference of potentially null field
If the field is actually null, then a null pointer dereference will occur. Field, which is statistically checked against null, is dereferenced.
/src/mongo/db/exec/sbe/stages/spool.cpp:198: NULL_FIELD 175012 Reading field "_predicate", which is expected to possibly be "nullptr" in "this->_predicate" (checked 4 out of 5 times).
/src/mongo/db/exec/sbe/stages/spool.cpp:198: NULL_FIELD 175012 Attempting to access the managed object of an empty smart pointer "this->_predicate".