marin-ma commented on PR #12299: URL: https://github.com/apache/gluten/pull/12299#issuecomment-4787275279
@FelixYBW TAC won't be used if shuffle compression is disabled. `spark.shuffle.compress=false` is the configuration to disable shuffle compression. `spark.gluten.sql.columnar.shuffle.codec=none` is not a valid configuration. The value can only be zstd and lz4 (and lz4/gzip with QAT) -- 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]
