-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2026-05-25, QE 2026-06-08
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The MatchExpressionEvaluator::visit() overload for WhereMatchExpression is a dependency for some compilation targets that do not link the WhereMatchExpression implementation, which can result in a linker failure. Most compile variants do not expose this error, but variants that use UBSAN add instrumentation to the overloaded method that explicitly require WhereMatchExpression runtime type information.