v.22.1Improvement

Fixed Segfault in Compressed Decimal, String, FixedString, and Array Columns (Unofficial Builds)

(This only happens in unofficial builds). Fixed segfault when inserting data into compressed Decimal, String, FixedString and Array columns. This closes #32939. #32940 (N. Kolotov).
Fixed a segmentation fault that occurred during data insertion into compressed Decimal, String, FixedString, and Array columns in unofficial builds of ClickHouse.

Why it matters

This fix resolves crashes caused by segmentation faults when inserting data into certain compressed column types (Decimal, String, FixedString, Array) in unofficial builds, improving stability and reliability for users working with these data types.

How to use it

Users can benefit from this fix by upgrading to the ClickHouse version that includes this patch; no additional configuration or settings changes are required.