TEZ-4696 Fix Maven build: register generated-sources and fork compiler to resolve test-compile failures#469
TEZ-4696 Fix Maven build: register generated-sources and fork compiler to resolve test-compile failures#469lewismc wants to merge 1 commit intoapache:masterfrom
Conversation
…r to resolve test-compile failures
|
💔 -1 overall
This message was automatically generated. |
|
thanks for this patch @lewismc so far! can you please elaborate on what test-compile failures you faced? it would help to fully review and approve this patch and make sure only necessary pom.xml changes go in UPDATE: I mean, I saw some details on Jira, I'm rather interested how you were able to reproduce a build failure |
|
Hi @abstractdog thanks for looking at this patch. Here’s my steps to justify this patch The install will not complete successfully unless this patch is applied. |
|
this is weird, I simply cannot reproduce this problem locally, same Java21, deleting the maven local repo contents, and then this kind of exception is quite exotic and should not happen I remember I only got such weird problems when another editor concurrently built tez (enabled java tooling there accidentally, it was a mistake :) ), so they collided seriously, isn't this possible in your case? |
PR for TEZ-4696. I was literally forced to implement this patch to build the project
Thanks for any review.