getChan commented on issue #24203: URL: https://github.com/apache/datafusion/issues/24203#issuecomment-5231853978
One additional detail is that the two helpers currently use different bases: - `human_readable_size` uses powers of 1024 (`KB`, `MB`, `GB`, `TB`) - `human_readable_count` uses powers of 1000 (`K`, `M`, `B`, `T`), where `B` means billion So this is not only a suffix inconsistency; the values are also scaled differently. -- 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]
