Yikun commented on pull request #31454: URL: https://github.com/apache/spark/pull/31454#issuecomment-785874471
@odidev Sorry for late reply, and looks like I have some misleading content in my last reply. Actually, the scala-maven-plugin v4.0.0 already support the new version Zinc 1.x with multi-arch support rather than scalor-maven-plugin. [1] So, you can just use the scala-maven-plugin v4.X to enable the Zinc incremental compiler in aarch64 and also x86. And when I do investigation on the Zinc multi-arch support, I found there is bug [SPARK-34539](https://issues.apache.org/jira/projects/SPARK/issues/SPARK-34539 ), looks like the zinc server code can be cleanup completely after we bump the scala-maven-plugin to v4.X [SPARK-28759](https://issues.apache.org/jira/browse/SPARK-28759). [1] https://github.com/davidB/scala-maven-plugin/pull/321 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
