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)Why it matters
The fix addresses the distracting flicker of the progress bar during query execution in theclickhouse-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 theclickhouse-client and will automatically improve the progress bar behavior when running queries with FORMAT Null or other streaming outputs.