v.22.6Improvement

Do not display -0.0 CPU time in clickhouse-client due to rounding errors

Do not display -0.0 CPU time in clickhouse-client. It can appear due to rounding errors. This closes #38003. This closes #38038. #38064 (Alexey Milovidov).
Avoid displaying -0.0 CPU time in clickhouse-client caused by rounding errors.

Why it matters

This feature addresses the issue where CPU time occasionally appears as -0.0 in clickhouse-client due to minor rounding inaccuracies. Removing these misleading negative zero values improves the clarity and accuracy of CPU time reporting for users.

How to use it

This change is applied automatically in the new version of ClickHouse; no user configuration is required.