cloud-fan commented on a change in pull request #28274:
URL: https://github.com/apache/spark/pull/28274#discussion_r412002396



##########
File path: docs/configuration.md
##########
@@ -2622,11 +2622,27 @@ Please refer to the [Security](security.html) page for 
available options on how
 Spark subsystems.
 
 
-{% for static_file in site.static_files %}
-    {% if static_file.name == 'generated-sql-configuration-table.html' %}
 ### Spark SQL
 
-{% include_relative generated-sql-configuration-table.html %}
+#### Runtime SQL Configuration
+
+Runtime SQL configurations inner-session, mutable Spark SQL configurations. 
They can be set and queried by SET commands and rest by RESET command, or by 
`SparkSession.conf`'s setter and getter methods.

Review comment:
       `Runtime SQL configurations are per-session, mutable Spark SQL 
configurations.`




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to