alamb commented on PR #18045: URL: https://github.com/apache/datafusion/pull/18045#issuecomment-3403604958
Another potential improvement is to reduce the number of lines used for display: From: ``` Summaries: Get count: 2 duration min: 0.030742s duration max: 0.033060s duration avg: 0.031901s size min: 8 B size max: 34322 B size avg: 17165 B size sum: 34330 B ``` To something like ``` Summaries : GET count: 2 duration(min/max/avg): 0.030742s / 0.033060s / 0.031901s size(min/max/avg/sum): 8 B / 34322 B / 17165 B / 34330 B ``` but then again maybe that is even harder to read 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
