srowen commented on a change in pull request #24205: [MINOR][DOC] Add missing
space after comma
URL: https://github.com/apache/spark/pull/24205#discussion_r268709392
##########
File path: docs/configuration.md
##########
@@ -2296,7 +2296,7 @@ In some cases, you may want to avoid hard-coding certain
configurations in a `Sp
instance, Spark allows you to simply create an empty conf and set spark/spark
hadoop properties.
{% highlight scala %}
-val conf = new SparkConf().set("spark.hadoop.abc.def","xyz")
+val conf = new SparkConf().set("spark.hadoop.abc.def", "xyz")
Review comment:
Likewise you might spot more of these with a crude regex like `","[^), .]`;
I found a few more in .scala and .md files
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]