Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22683#discussion_r238102080
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -1164,17 +1164,17 @@ private[spark] object Utils extends Logging {
} else {
val (value, unit) = {
if (size >= 2 * EB) {
- (BigDecimal(size) / EB, "EB")
+ (BigDecimal(size) / EB, "EiB")
--- End diff --
For full consistency, how about modifying the values like EB and PB above?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]