pan3793 commented on code in PR #53129:
URL: https://github.com/apache/spark/pull/53129#discussion_r2541344925
##########
core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala:
##########
@@ -40,7 +40,7 @@ import org.apache.spark.util.Utils
* To re-generate the error class file, run:
* {{{
* SPARK_GENERATE_GOLDEN_FILES=1 build/sbt \
- * "core/testOnly *SparkThrowableSuite -- -t \"Error conditions are
correctly formatted\""
+ * 'core/testOnly *SparkThrowableSuite -- -t "Error conditions are
correctly formatted"'
Review Comment:
small improvement, avoid using escape for a better copy-pasting experience.
--
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]