v.20.4Improvement

Support for Removing Incompletely Written Parts (Fixes #9940)

Support for one special case of removing incompletely written parts. This fixes #9940. #10221 (alexey-milovidov)
Support for removing incompletely written parts in ClickHouse storage, addressing a specific edge case of data cleanup.

Why it matters

This feature fixes an issue where incomplete data parts remain in the storage, causing potential inconsistencies and errors. By automatically removing these incompletely written parts, it improves data integrity and ensures smoother operation of ClickHouse tables.

How to use it

This support is integrated into ClickHouse and works automatically for the specific case of incompletely written parts removal. Users do not need to perform additional configuration to benefit from this fix.