wutiangan opened a new issue #4047:
URL: https://github.com/apache/incubator-doris/issues/4047


   **Describe the bug**
   a big olap table join two small mysql table,  I want to the join method use 
broadcast join, but the doris choose shuffer join,.
   
   
   **To Reproduce**
   select * from big_table t1, mysql_table t2, mysql_tabl
       e t3 where t1.k1 = t3.k1
   
   **Expected behavior**
   t1 join t2 with broadcast join
   t1 join t3 with broadcast join
   but t1 join t3 with shuffer join
   


----------------------------------------------------------------
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.

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



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

Reply via email to