pan3793 commented on code in PR #56568:
URL: https://github.com/apache/spark/pull/56568#discussion_r3433468920


##########
AGENTS.md:
##########
@@ -70,6 +70,10 @@ Run test cases matching a substring:
 
     build/sbt '<module>/testOnly *MySuite -- -z "test name"'
 
+Run test cases in an optional module:
+
+    build/sbt -P<maven-profiles> '<module>/testOnly *MySuite'

Review Comment:
   @uros-b thanks for the review.
   
   for `-P`, both `build/sbt -Phive-thriftserver,yarn` and `build/sbt 
-Phive-thriftserver -Pyarn` works.
   
   for concrete example, if you look at the context, all are placeholders 
instead of concrete examples, I just follow that.



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