v.22.11Improvement
Fix Progress Indication for INSERT FROM INFILE
Fix no progress indication on INSERT FROM INFILE. Closes #42548. #42634 (chen).
Why it matters
This update addresses the issue where users did not receive any progress feedback when performingINSERT 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 duringINSERT FROM INFILE operations once they update to the fixed version.