LuciferYang commented on code in PR #49480:
URL: https://github.com/apache/spark/pull/49480#discussion_r1915122250
##########
project/SparkBuild.scala:
##########
@@ -65,10 +65,10 @@ object BuildCommons {
).map(ProjectRef(buildLocation, _)) ++ sqlProjects ++ streamingProjects ++
connectProjects
val optionallyEnabledProjects@Seq(kubernetes, yarn,
- sparkGangliaLgpl, streamingKinesisAsl,
+ sparkGangliaLgpl, streamingKinesisAsl, profiler,
Review Comment:
After enabling `-Pjvm-profiler`, the `sbt-pom-reader` plugin will complete
the import of the SBT configuration for the `profiler` module. Therefore, if we
only wish to trigger the compilation of this module during the GitHub Action
execution, there is no need to modify `SparkBuild.scala`.
--
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]