Gabriel39 opened a new pull request, #39568:
URL: https://github.com/apache/doris/pull/39568

   ## Proposed changes
   
   For query plan
   `
   hash join - agg(1-phase) - NLJoin - exchange
         - exchange(HASH SHUFFLE)
   `
   we will plan local exchangers  and get a new plan
   `
   hash join - agg(1-phase) - local exchanger(Bucket hash shuffle) - NLJoin - 
local exchanger(ADAPTIVE PASSTHROUGH) - shuffle
         - exchange(HASH SHUFFLE)
   `
   and the hash join operator will get probe and build data which are different 
distributed (one is HASH shuffle and another is Bucket hash shuffle). This PR 
fix it.
   <!--Describe your changes.-->
   
   


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