wangbo opened a new issue, #16458:
URL: https://github.com/apache/doris/issues/16458

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   Query failed when join same table with different rollup.
   
   ### What You Expected?
   
   Create table A;
   Add rollup A_1 for A;
   Add rollup A_2 for A;
   select
   (select xx from A) t1
   join
   (select xx from A) t2
   Make t1 and t2 hits different rollup, query may failed when rollup A_1 and 
A_2 not locates in the same host.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   No
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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