v.24.1Improvement
Fix bug in _block_number column causing logical errors during ALTERs and merges
Fix bug in the experimental_block_numbercolumn which could lead to logical error during complex combination ofALTERs andmerges. Fixes #56202. Replaces #58601. #59295 (alesapin).
Why it matters
The fix addresses correctness issues arising when using the experimental_block_number column in scenarios involving multiple ALTER commands combined with merge operations, ensuring data consistency and logical correctness.How to use it
This fix is applied automatically in the updated ClickHouse version. Users leveraging the experimental_block_number column with complex ALTER and merge scenarios will benefit from this correction without any additional action.