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.