Yikun commented on a change in pull request #35663:
URL: https://github.com/apache/spark/pull/35663#discussion_r815709388



##########
File path: project/SparkBuild.scala
##########
@@ -968,6 +973,13 @@ object Volcano {
   )
 }
 
+object YuniKorn {
+  // Exclude all yunikorn file for Compile and Test
+  lazy val settings = Seq(
+    unmanagedSources / excludeFilter ~= { _ || "*YuniKorn*.scala" }

Review comment:
       [1] https://groups.google.com/g/simple-build-tool/c/zVMyoWRAVWg?hl=en
   [2] 
https://stackoverflow.com/questions/41627627/sbt-0-13-8-what-does-the-settingkey-method-do
   
   Note for myself and othre reviewers. : ) but looks like we couldn't find any 
offcial sbt doc




-- 
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]

Reply via email to