QCLyu commented on issue #11379:
URL:
https://github.com/apache/incubator-gluten/issues/11379#issuecomment-3982489920
Update: I was able to fix local build errors. Resuming the work to deprecate
the rest of Spark 3.2 code.
FYI, after running into multiple rabbit holes, the solution to my local
build was simple:
`<!-- Skip javac entirely. In incremental mode (recompileMode=incremental),
Zinc compiles both Scala and Java sources together, making
maven-compiler-plugin redundant. Same approach as Apache
Spark. -->
<skipMain>false</skipMain>
<skip>false</skip>`
I just switched "true" to "false" in the skipMain and skip commands above.
--
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]