v.25.1Backward Incompatible Changes

Don't Allow Non-Comparable Types in ORDER BY and Comparison Functions by Default

Don't allow not comparable types (like JSON/Object/AggregateFunction) in ORDER BY and comparison functions less/greater/equal/etc by default. #73276 (Pavel Kruglov).