zhztheplayer opened a new pull request, #10426: URL: https://github.com/apache/incubator-gluten/pull/10426
When Maven profile `-P scala-2.13` / `-P java-17` are not set with `-P spark-4.0`, reports the following build error: ``` [ERROR] Rule 0: org.apache.maven.enforcer.rules.RequireActiveProfile failed with message: [ERROR] "-P spark-4.0" requires Scala 2.13 [ERROR] Profile "scala-2.13" is not activated. ``` or ``` [ERROR] Rule 0: org.apache.maven.enforcer.rules.RequireActiveProfile failed with message: [ERROR] "-P spark-4.0" requires Scala 2.13 [ERROR] Profile "scala-2.13" is not activated. ``` -- 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]
