HyukjinKwon commented on a change in pull request #27459: [SPARK-30510][SQL][DOCS] Publicly document Spark SQL configuration options URL: https://github.com/apache/spark/pull/27459#discussion_r375666040
########## File path: sql/create-docs.sh ########## @@ -42,7 +42,7 @@ pushd "$FWDIR" > /dev/null # Now create the markdown file rm -fr docs mkdir docs -echo "Generating markdown files for SQL documentation." +echo "Generating SQL documentation: markdown files + config table" Review comment: no big deal but I would write like "Generating markdown files for SQL documentation, and HTML files for SQL configuration table" just to be more explicit. ---------------------------------------------------------------- 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]
