2010YOUY01 commented on issue #24203: URL: https://github.com/apache/datafusion/issues/24203#issuecomment-5234891053
I agree with @getChan , I think for mem/storage usage, we could continue using `KB`/`GB`/... For this specific `bytes_scanned`, this metric is using the wrong metric type, and it could be fixed to display `xx GB`. Perhaps it's confusing only because this metric is implemented incorrectly, otherwise it's often easy to tell the difference between billion and bytes (e.g. `output_rows = 1.2 B` means 1.2 billion) -- 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]
