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).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.