v.22.11Improvement

Fix Progress Indication for INSERT FROM INFILE

Fix no progress indication on INSERT FROM INFILE. Closes #42548. #42634 (chen).
Fixed the lack of progress indication during INSERT FROM INFILE operations in ClickHouse.

Why it matters

This update addresses the issue where users did not receive any progress feedback when performing INSERT FROM INFILE commands. Providing progress indication improves user experience by allowing users to monitor long-running data insert operations effectively.

How to use it

Users do not need to change their commands or configurations. The progress indication will now automatically appear during INSERT FROM INFILE operations once they update to the fixed version.