Aggarwal-Raghav commented on PR #488: URL: https://github.com/apache/tez/pull/488#issuecomment-4469949033
Also all these prev failure that's because of rebase issue is yetus behaviour of checking out PR then master branch and then re-applying the commit. This behaviour is also fixed in https://github.com/apache/tez/pull/498 by using ``` cd "${WORKSPACE}/${SOURCEDIR}" # Ensure origin/master is available for diffing git fetch origin master || true git diff origin/master...HEAD > "${WORKSPACE}/${PATCHDIR}/local-pr.patch" cd "${WORKSPACE}" ``` <img width="1039" height="354" alt="Screenshot 2026-05-17 at 2 07 14 PM" src="https://github.com/user-attachments/assets/daeea52f-93f5-4ab2-bb91-97b6cd719430" /> -- 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]
