v.22.8Bug Fix
Fix Column Order Issue for IN Operator with Set Engine
Fix the case when the order of columns can be incorrect if theINoperator is used with a table withENGINE = Setcontaining multiple columns. This fixes #13014. #40225 (Alexey Milovidov).