-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
135
It passes invalid tag type to the ValueGuard that is used only if expression fails
https://github.com/mongodb/mongo/blob/master/src/mongo/db/exec/sbe/vm/vm.cpp#L1020
It creates an array, but passes tag from input, which can be any of the following:
https://github.com/mongodb/mongo/blob/master/src/mongo/db/exec/sbe/values/value.h#L208
- is related to
-
SERVER-69875 De-stage-ify the SBE expression stage builder
- Closed