v.25.5Bug Fix (user-visible misbehavior in an official stable release)

Forbid Dynamic and JSON types in

Forbid Dynamic and JSON types in IN. With current implementation of IN it can lead to incorrect results. Proper support of this types in IN is complicated and can be done in future. #79282 (Pavel Kruglov).