v.25.10Backward Incompatible Change

Forbid using the Dynamic type

Forbid using the Dynamic type in JOIN keys. It could lead to unexpected results when a value of Dynamic type is compared to a non-Dynamic type. It's better to cast the Dynamic column to the required type. #86358 (Pavel Kruglov).