v.25.10Backward Incompatible Change
Forbid using the Dynamic type
Forbid using theDynamictype inJOINkeys. It could lead to unexpected results when a value ofDynamictype is compared to a non-Dynamictype. It's better to cast theDynamiccolumn to the required type. #86358 (Pavel Kruglov).