-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2024-06-24, QE 2024-07-08
-
200
There can be cases where we run in a mixed cluster, i.e. determine the value of sbe enabled from a node, and assert on another node with sbe not enabled. This is problematic for assertions for explain. We should instead use the getEngine check on the explain output to determine which engine is used. This will ensure we actually read the node's value.