v.21.1Improvements

Don't throw "Too many parts" error during INSERT query

Don't throw "Too many parts" error in the middle of INSERT query. #17566 (alexey-milovidov).
Prevent the "Too many parts" error from being thrown during the execution of an INSERT query in ClickHouse.

Why it matters

This feature addresses an issue where the "Too many parts" error could interrupt a running INSERT operation, causing the query to fail unexpectedly. It improves the stability and reliability of data insertion by handling this error more gracefully.

How to use it

No additional configuration is required. The fix is applied internally to ensure that the "Too many parts" error does not interrupt ongoing INSERT queries.