v.20.5Bug Fix
Fix Execution Speed Estimation Bug and Improve Usability in ClickHouse Client
Fix bug when query speed estimation can be incorrect and the limit ofmin_execution_speedmay not work or work incorrectly if the query is throttled bymax_network_bandwidth,max_execution_speedorprioritysettings. Change the default value oftimeout_before_checking_execution_speedto non-zero, because otherwise the settingsmin_execution_speedandmax_execution_speedhave no effect. This fixes #11297. This fixes #5732. This fixes #6228. Usability improvement: avoid concatenation of exception message with progress bar inclickhouse-client. #11296 (alexey-milovidov).