v.25.12Backward Incompatible Change
Is now forbidden to create special MergeTree
It is now forbidden to create specialMergeTreetables (such asReplacingMergeTree,CollapsingMergeTree, etc.) with an emptyORDER BYkey, since merge behavior in these tables is undefined. If you still need to create such a table, enable theallow_suspicious_primary_keysetting. #91569 (Anton Popov).