LiBinfeng-01 opened a new pull request, #36327: URL: https://github.com/apache/doris/pull/36327
Problem: when using distribute hint and join reorder together it would show distribute hint unused in hint log, but actually it works Reason: when new a distribute hint object, optimizer put it to context directly, it should not be copy to a new one, or it would loss used/unused message Solved: when we need to copy a new distribute hint, we can get the original one -- 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]
