marin-ma opened a new pull request, #9356: URL: https://github.com/apache/incubator-gluten/pull/9356
A follow-up to https://github.com/apache/incubator-gluten/pull/9278 `spark.shuffle.spill.diskWriteBufferSize` is used for setting the buffer size before spill to store the sorted rows. Spiller will write the data in this buffer to the output stream. `spark.io.compression.lz4.blockSize,spark.io.compression.zstd.bufferSize` are used to set the compression buffer size in the compressed output stream, depending on which compression codec is set. -- 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]
