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

    https://github.com/apache/spark/pull/21175#discussion_r184675304
  
    --- Diff: 
core/src/test/scala/org/apache/spark/io/ChunkedByteBufferSuite.scala ---
    @@ -56,6 +56,15 @@ class ChunkedByteBufferSuite extends SparkFunSuite {
         assert(chunkedByteBuffer.getChunks().head.position() === 0)
       }
     
    +  test("SPARK-24107: writeFully() write buffer which is larger than 
bufferWriteChunkSize") {
    +    val bufferWriteChunkSize = 
Option(SparkEnv.get).map(_.conf.get(config.BUFFER_WRITE_CHUNK_SIZE))
    +            
.getOrElse(config.BUFFER_WRITE_CHUNK_SIZE.defaultValue.get).toInt
    --- End diff --
    
    How about setting this value via `spark.buffer.write.chunkSize`?


---

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

Reply via email to