kongfanshen-0801 commented on PR #1799: URL: https://github.com/apache/cloudberry/pull/1799#issuecomment-4618360032
Done — the branch now keeps the original commit history. The two upstream PostgreSQL commits are cherry-picked with their **original commit messages, original author (Richard Guo), and `(cherry picked from commit ...)` lines** intact: - `Support "Right Semi Join" plan shapes` (cherry picked from aa86129e1) - `Fix right-semi-joins in HashJoin rescans` (cherry picked from 5668a857d) The Cloudberry/MPP-specific adaptations are kept in a separate follow-up commit. The result has been rebuilt and re-tested locally (EXPLAIN ANALYZE confirms Hash Right Semi Join is chosen and the results are correct). PTAL, thanks! -- 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]
