jinchengchenghh commented on issue #8043: URL: https://github.com/apache/incubator-gluten/issues/8043#issuecomment-2533705024
Spark control compress here https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/serializer/SerializerManager.scala#L117 Shuffle block is TempShuffleBlockId, so it should respect `spark.shuffle.compress`, now it has been honored. -- 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]
