v.19.5Improvement

Fixed Flicker of Progress Bar in Clickhouse-client

Fixed flicker of progress bar in clickhouse-client. The issue was most noticeable when using FORMAT Null with streaming queries. #4811 (alexey-milovidov)
Fixed flicker issue of the progress bar in clickhouse-client, especially noticeable when using FORMAT Null with streaming queries.

Why it matters

The fix addresses the distracting flicker of the progress bar during query execution in the clickhouse-client. This improves the user experience by providing a stable and clear progress indication when running streaming queries, particularly those formatted with FORMAT Null.

How to use it

No special action is required to enable this fix. It is integrated into the clickhouse-client and will automatically improve the progress bar behavior when running queries with FORMAT Null or other streaming outputs.