imay commented on a change in pull request #246: Colocate Join (#245)
URL: https://github.com/apache/incubator-doris/pull/246#discussion_r226545340
 
 

 ##########
 File path: fe/src/com/baidu/palo/planner/HashJoinNode.java
 ##########
 @@ -114,6 +115,17 @@ public void setDistributionMode(DistributionMode 
distrMode) {
         this.distrMode = distrMode;
     }
 
+    public boolean isColocate()
+    {
+        return isColocate;
+    }
+
+    public void setColocate(boolean colocate)
+    {
 
 Review comment:
   code style 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to