jerqi commented on code in PR #307: URL: https://github.com/apache/incubator-uniffle/pull/307#discussion_r1018971368
########## docs/client_guide.md: ########## @@ -103,6 +103,8 @@ These configurations are shared by all types of clients. |<client_type>.rss.client.io.compression.codec|lz4|The compression codec is used to compress the shuffle data. Default codec is `lz4`. Other options are`ZSTD` and `SNAPPY`.| |<client_type>.rss.client.io.compression.zstd.level|3|The zstd compression level, the default level is 3| |<client_type>.rss.client.shuffle.data.distribution.type|NORMAL|The type of partition shuffle data distribution, including normal and local_order. The default value is normal. Now this config is only valid in Spark3.x| Review Comment: Could we tell users that this config option can optimize the performance of AQE? -- 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]
