Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22683#discussion_r239480795
  
    --- Diff: 
core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala ---
    @@ -62,14 +62,14 @@ class KryoSerializer(conf: SparkConf)
     
       if (bufferSizeKb >= ByteUnit.GiB.toKiB(2)) {
         throw new IllegalArgumentException("spark.kryoserializer.buffer must 
be less than " +
    -      s"2048 mb, got: + ${ByteUnit.KiB.toMiB(bufferSizeKb)} mb.")
    +      s"2048 mib, got: + ${ByteUnit.KiB.toMiB(bufferSizeKb)} mib.")
    --- End diff --
    
    Nit: mib -> MiB. (I know it was 'mb' before but that's not really the 
abbreviation for 1 million bytes)


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to