uros-b commented on code in PR #56568:
URL: https://github.com/apache/spark/pull/56568#discussion_r3429795646


##########
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:
   Nit about placeholder plurality: -P<maven-profiles> reads as if one flag 
takes a list, but each profile needs its own -P (e.g. build/sbt -Pyarn 
'<module>/testOnly *MySuite', or -Pyarn -Pkubernetes for several).
   
   A concrete example like -Pyarn — matching the style of the nearby -Phive 
example — would be clearer than the abstract placeholder, and would also make 
it obvious that the value isn't comma-separated.



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