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.