v.23.2Backward Incompatible Changes

Disallow Certain Codec Combinations for New Columns in ClickHouse

Disallow creation of new columns compressed by a combination of codecs "Delta" or "DoubleDelta" followed by codecs "Gorilla" or "FPC". This can be bypassed using setting "allow_suspicious_codecs = true". #45652 (Robert Schulze).