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).
Why it matters
This fix addresses an issue where the progress bar was not shown duringINSERT INTO table FROM INFILE commands, improving user feedback on the operation's progress.How to use it
Users simply performINSERT INTO table FROM INFILE as usual, and the progress bar will now be displayed automatically during the data insertion process.