zuston commented on code in PR #293:
URL: https://github.com/apache/incubator-uniffle/pull/293#discussion_r1013590310


##########
common/src/main/java/org/apache/uniffle/common/config/RssClientConf.java:
##########
@@ -35,4 +36,11 @@ public class RssClientConf {
       .intType()
       .defaultValue(3)
       .withDescription("The zstd compression level, the default level is 3");
+
+  public static final ConfigOption<ShuffleDataDistributionType> 
DATA_DISTRIBUTION_TYPE = ConfigOptions
+      .key("rss.client.shuffle.data.distribution.type")

Review Comment:
   The local order is just a type, should not be bound to any spark 
optimization. Although it will benefit for spark 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]

Reply via email to