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

    https://github.com/apache/spark/pull/23162#discussion_r237747341
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -430,8 +430,8 @@ package object config {
           .doc("The chunk size in bytes during writing out the bytes of 
ChunkedByteBuffer.")
           .bytesConf(ByteUnit.BYTE)
           .checkValue(_ <= ByteArrayMethods.MAX_ROUNDED_ARRAY_LENGTH,
    -        "The chunk size during writing out the bytes of" +
    -        " ChunkedByteBuffer should not larger than Int.MaxValue - 15.")
    +        "The chunk size during writing out the bytes of ChunkedByteBuffer 
should" +
    +          s" not be greater than 
${ByteArrayMethods.MAX_ROUNDED_ARRAY_LENGTH}.")
    --- End diff --
    
    not be greater than -> less than or equal to


---

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

Reply via email to