You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/28 08:35:54 UTC

[GitHub] [doris] jackwener commented on a diff in pull request #11222: [feature](nereids): polish property deriver enforcer job

jackwener commented on code in PR #11222:
URL: https://github.com/apache/doris/pull/11222#discussion_r931937670


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/properties/DistributionSpecAny.java:
##########
@@ -18,8 +18,16 @@
 package org.apache.doris.nereids.properties;
 
 /**
- * Describe random distribution.
+ * Data can be anywhere on the segments (required only).
  */
-public class RandomDistributionDesc extends DistributionSpec {
+public class DistributionSpecAny extends DistributionSpec {
 
+    public DistributionSpecAny() {

Review Comment:
   This is learn GPORCA name.
   I think its advantage is `DistributionXXXX` is put together in files list.
   ![image](https://user-images.githubusercontent.com/30525741/181460697-a8621fee-ee16-4779-9c14-66d434082c9b.png)
   



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org