BlakeOrth commented on PR #18045: URL: https://github.com/apache/datafusion/pull/18045#issuecomment-3403692516
@alamb Yeah, I'm not sure what the best way to display these is in a concise but readable manner. I think in the original issue for this I had also postulated that perhaps a table output, similar to the table information and query results might work. ``` +----------+-----------+-----------+-----------+---------+ | Metric | min | max | avg | sum | +----------+-----------+-----------+-----------+---------+ | duration | 0.030742s | 0.033060s | 0.031901s | N/A | | size | 8 B | 34322 B | 17165 B | 34330 B | +----------+-----------+-----------+-----------+---------+ ``` Admittedly I'm probably not the right person to make that decision; UI/UX are *not* my strong suit. -- 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]
