v.22.12Improvement

Show Progress Bar for S3 Table Function in ClickHouse

Show progress bar while reading from s3 table function / engine. #43454 (Kseniia Sumarokova).
Adds a progress bar display when reading data from the s3 table function or engine in ClickHouse.

Why it matters

The feature provides users with visual feedback during long-running data reads from S3, enhancing the user experience by showing the progress of data ingestion and helping to monitor lengthy operations.

How to use it

The progress bar is automatically shown when querying data using the s3 table function or engine; no additional configuration is required.