Xpray opened a new issue #5558: URL: https://github.com/apache/incubator-doris/issues/5558
**Describe the bug** There are 3 tables A, B, C the query looks like: A inner join (B left semi join C) then QP will report that inner join can not be colocated due to "Node type not match" after change query to (B left semi join C) inner join A, the colocate join works. I found the code snippet below, and suspect it misses the case that "leftRoot as ScanNode and rightRoot as JoinNode"  -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
