v.22.4Improvement

Fix Progress Bar for INSERT INTO FROM INFILE in ClickHouse

Fix INSERT INTO table FROM INFILE: it did not display the progress bar. #35429 (xiedeyantu).
Fix the progress bar display for INSERT INTO table FROM INFILE operations in ClickHouse.

Why it matters

This fix addresses an issue where the progress bar was not shown during INSERT INTO table FROM INFILE commands, improving user feedback on the operation's progress.

How to use it

Users simply perform INSERT INTO table FROM INFILE as usual, and the progress bar will now be displayed automatically during the data insertion process.