HappenLee commented on issue #8697: URL: https://github.com/apache/incubator-doris/issues/8697#issuecomment-1081552612
This bug is cause by old join reorder, you can temp fix by the way: ``` set enable_cost_based_join_reorder=true; set disable_join_reorder=true; ``` -- 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]
