v.22.5Improvement

Fix Progress Indication for INSERT SELECT in clickhouse-local

Fix progress indication for INSERT SELECT in clickhouse-local for any query and for file progress in client, more correct file progress. #37075 (Kseniia Sumarokova).
Improved progress indication for INSERT SELECT queries in clickhouse-local, including more accurate file progress reporting in the client.

Why it matters

This feature addresses inaccurate or missing progress feedback during INSERT SELECT operations in clickhouse-local, enhancing user experience by providing more reliable and correct progress updates, especially for file-based data inputs.

How to use it

Users benefit from this improvement automatically when running INSERT SELECT queries within clickhouse-local. No configuration changes are required to enable the more accurate progress indication and file progress reporting.